Creates a CacheAttributes with the current settings.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public CacheAttributes CreateCacheAttributes() |
| Visual Basic (Declaration) |
|---|
Public Function CreateCacheAttributes As CacheAttributes |
| Visual C++ |
|---|
public: CacheAttributes^ CreateCacheAttributes () |
Return Value
The newly created CacheAttributes
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::IllegalStateException | if the current settings violate the compatibility rules. |
See Also
CacheAttributesFactory Class
GemStone.GemFire.Cache Namespace