IConfigurableCacheFactoryReleaseCache Method |
Namespace: Tangosol.Net
void ReleaseCache( INamedCache cache )
Releasing an INamedCache reference makes it no longer usable, but does not affect the content of the cache. In other words, all other references to the cache will still be valid, and the cache data is not affected by releasing the reference.
The reference that is released using this method can no longer be used; any attempt to use the reference will result in an exception.