|
GemFire 5.7.1 | ||||||||
| 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.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 |
|---|
| Methods in com.gemstone.gemfire.admin with parameters of type Cache | |
|---|---|
void |
GemFireMonitorService.setCache(Cache cache)
|
| 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 | |
|---|---|
static Cache |
CacheFactory.create(DistributedSystem system)
Creates a new cache that uses the specified system. |
static Cache |
CacheFactory.getAnyInstance()
Gets an arbitrary open instance of Cache produced by an
earlier call to CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem). |
Cache |
CacheExistsException.getCache()
Returns the Cache that already exists. |
Cache |
TransactionEvent.getCache()
Gets the Cache for this transaction event |
Cache |
Region.getCache()
Returns the Cache associated with this region. |
static Cache |
CacheFactory.getInstance(DistributedSystem system)
Gets the instance of Cache produced by an
earlier call to CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem). |
static Cache |
CacheFactory.getInstanceCloseOk(DistributedSystem system)
Gets the instance of Cache produced by an
earlier call to CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem) 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.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 5.7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||