Click or drag to resize
CacheName 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
public virtual string Name { get; }

Return Value

Type: String
the string name of this cache

Implements

IGemFireCacheName
Remarks
This method does not throw CacheClosedException if the cache is closed.
See Also