{CompanyName} FlexyGo
MyCache
.
.
::
.
.
RemoveItem Method
Removes an item from the cache.
Namespace:
FLEXYGO.Caching
Assembly:
flxSession
(in flxSession.dll)
Syntax
C#
VB
public
static
void
RemoveItem
(
string
key
)
Public
Shared
Sub
RemoveItem
( _
key
As
String
_ )
Parameters
key
Type:
String
The item key.
See Also
MyCache Class
FLEXYGO.Caching Namespace