Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Method and Description |
---|---|
static Cache |
CacheFactory.create(DistributedSystem system)
Deprecated.
as of 6.5 use
CacheFactory.CacheFactory(Properties) instead. |
Region<K,V> |
RegionFactory.create(String name)
Creates a region with the given name in this factory's
Cache
using the configuration contained in this factory. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.