ICacheServiceReleaseCache Method |
Namespace: Tangosol.Net
void ReleaseCache( INamedCache cache )
This invalidates a reference obtained by using the EnsureCache(String) method.
Releasing a reference to a cache makes the cache reference no longer usable, but does not affect the cache itself. 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.