CacheAttributesFactoryCreateCacheAttributes Method |
Creates a CacheAttributes with the current settings.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheAttributes CreateCacheAttributes()
Public Function CreateCacheAttributes As CacheAttributes
public:
CacheAttributes^ CreateCacheAttributes()
member CreateCacheAttributes : unit -> CacheAttributes
Return Value
Type:
CacheAttributesThe newly created
CacheAttributes
Exceptions
See Also