Click or drag to resize
CacheFactoryCreate Method
Overload List
  NameDescription
Public methodCreate
To create the instance of Cache.
Public methodStatic memberCreate(String, DistributedSystem)
Creates a new cache using the specified system.
Public methodStatic memberCreate(String, DistributedSystem, CacheAttributes)
Creates a new cache using the specified system using the given CacheAttributes.
Public methodStatic memberCreate(String, DistributedSystem, String)
Creates a new cache using the specified system using parameters from the given XML file.
Public methodStatic memberCreate(String, DistributedSystem, String, CacheAttributes)
Creates a new cache using the specified system using parameters from the given XML file and with the given CacheAttributes.
Top
See Also