PropertiesRemove Method (CacheableKey) |
Remove the given CacheableKey from the collection.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void Remove(
CacheableKey key
)
Public Sub Remove (
key As CacheableKey
)
public:
void Remove(
CacheableKey^ key
)
member Remove :
key : CacheableKey -> unit
Parameters
- key
- Type: GemStone.GemFire.CacheCacheableKey
the key to remove
Exceptions
See Also