|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Cache | |
|---|---|
| com.gemstone.gemfire.admin | Provides an API for administering various GemFire components such as a GemFire distributed system, and processes that host GemFire Caches. |
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| com.gemstone.gemfire.cache.partition | Provides classes which operate on partitioned regions. |
| com.gemstone.gemfire.cache.util | Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
| com.gemstone.gemfire.security | Provides an API for plugging in authentication and authorization for members of a distributed system and clients. |
| Uses of Cache in com.gemstone.gemfire.admin |
|---|
| Constructors in com.gemstone.gemfire.admin with parameters of type Cache | |
|---|---|
GemFireMemberStatus(Cache cache)
|
|
| Uses of Cache in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return Cache | |
|---|---|
Cache |
CacheFactory.create()
Creates a new cache that uses the configured distributed system. |
static Cache |
CacheFactory.create(DistributedSystem system)
Deprecated. as of 6.5 use CacheFactory.CacheFactory(Properties) instead. |
static Cache |
CacheFactory.getAnyInstance()
Gets an arbitrary open instance of Cache produced by an
earlier call to CacheFactory.create(). |
Cache |
CacheExistsException.getCache()
Returns the Cache that already exists. |
Cache |
TransactionEvent.getCache()
Gets the Cache for this transaction event |
Cache |
Region.getCache()
Deprecated. as of 6.5 use Region.getRegionService() instead. |
static Cache |
CacheFactory.getInstance(DistributedSystem system)
Gets the instance of Cache produced by an
earlier call to CacheFactory.create(). |
static Cache |
CacheFactory.getInstanceCloseOk(DistributedSystem system)
Gets the instance of Cache produced by an
earlier call to CacheFactory.create() even if it has been closed. |
| Constructors in com.gemstone.gemfire.cache with parameters of type Cache | |
|---|---|
CacheExistsException(Cache cache,
String msg)
Constructs an instance of CacheExistsException with the specified detail message. |
|
CacheExistsException(Cache cache,
String msg,
Throwable cause)
Constructs an instance of CacheExistsException with the specified detail message
and cause. |
|
| Uses of Cache in com.gemstone.gemfire.cache.partition |
|---|
| Methods in com.gemstone.gemfire.cache.partition with parameters of type Cache | |
|---|---|
static Set<PartitionRegionInfo> |
PartitionRegionHelper.getPartitionRegionInfo(Cache cache)
Gathers a set of details about all partitioned regions in the local Cache. |
| Uses of Cache in com.gemstone.gemfire.cache.util |
|---|
| Methods in com.gemstone.gemfire.cache.util that return Cache | |
|---|---|
Cache |
GatewayHub.getCache()
Returns this GatewayHub's GemFire cache |
| Uses of Cache in com.gemstone.gemfire.security |
|---|
| Methods in com.gemstone.gemfire.security with parameters of type Cache | |
|---|---|
void |
AccessControl.init(Principal principal,
DistributedMember remoteMember,
Cache cache)
Initialize the callback for a client/peer having the given principal. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||