RegionLocalRemove Method |
Name | Description | |
---|---|---|
![]() | LocalRemove(CacheableKey, IGFSerializable) |
Removes the value with the specified key in the local cache only.
Remove removes not only the value but also the key and entry
from this region.
|
![]() | LocalRemove(CacheableKey, Serializable) |
Removes the value with the specified key in the local cache only.
Remove removes not only the value but also the key and entry
from this region.
|
![]() | LocalRemove(ICacheableKey, IGFSerializable) |
Removes the value with the specified key in the local cache only.
Remove removes not only the value but also the key and entry
from this region.
|
![]() | LocalRemove(ICacheableKey, Serializable) |
Removes the value with the specified key in the local cache only.
Remove removes not only the value but also the key and entry
from this region.
|
![]() | LocalRemove(CacheableKey, IGFSerializable, IGFSerializable) |
Removes the value with the specified key in the local cache only.
Remove removes not only the value but also the key and entry
from this region.
|
![]() | LocalRemove(CacheableKey, Serializable, IGFSerializable) |
Removes the value with the specified key in the local cache only.
Remove removes not only the value but also the key and entry
from this region.
|
![]() | LocalRemove(ICacheableKey, IGFSerializable, IGFSerializable) |
Removes the value with the specified key in the local cache only.
Remove removes not only the value but also the key and entry
from this region.
|
![]() | LocalRemove(ICacheableKey, Serializable, IGFSerializable) |
Removes the value with the specified key in the local cache only.
Remove removes not only the value but also the key and entry
from this region.
|