CacheableHashMapCreate Method (Int32) |
Static function to create a new instance with given initial size.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableHashMap Create(
int capacity
)
Public Shared Function Create (
capacity As Integer
) As CacheableHashMap
public:
static CacheableHashMap^ Create(
int capacity
)
static member Create :
capacity : int -> CacheableHashMap
Parameters
- capacity
- Type: SystemInt32
Return Value
Type:
CacheableHashMap
See Also