CacheClose Method (Boolean) |
Terminates this object cache and releases all the local resources.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void Close(
bool keepalive
)
Public Sub Close (
keepalive As Boolean
)
public:
virtual void Close(
bool keepalive
) sealed
abstract Close :
keepalive : bool -> unit
override Close :
keepalive : bool -> unit
Parameters
- keepalive
- Type: SystemBoolean
whether to keep a durable client's queue alive
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