Click or drag to resize
IGemFireCacheName Property
Returns the name of this cache.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
string Name { get; }

Return Value

Type: String
the string name of this cache
Remarks
This method does not throw CacheClosedException if the cache is closed.
See Also