Click or drag to resize
CacheAttributesFactoryCreateCacheAttributes Method
Creates a CacheAttributes with the current settings.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public CacheAttributes CreateCacheAttributes()

Return Value

Type: CacheAttributes
The newly created CacheAttributes
Exceptions
ExceptionCondition
IllegalStateException if the current settings violate the compatibility rules.
See Also