AuthenticatedCacheClose Method |
Terminates this object cache and releases all the local resources.
If Cache instance created from Pool(pool is in multiuser mode), then it reset user related security data.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual void Close()
Public Overridable Sub Close
public:
virtual void Close()
abstract Close : unit -> unit
override Close : unit -> unit
Implements
IRegionServiceClose
Exceptions
Remarks
After this cache is closed, any further
method call on this cache or any region object will throw
CacheClosedException, unless otherwise noted.
See Also