Package | Description |
---|---|
org.infinispan.loaders |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.loaders.cluster |
A
CacheLoader (not CacheStore ) that polls other nodes in the cluster for state. |
org.infinispan.loaders.file |
Simple filesystem-based
CacheStore implementation. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheStoreConfig
Configures
AbstractCacheStore . |
class |
LockSupportCacheStoreConfig
Adds configuration support for
LockSupportCacheStore . |
Modifier and Type | Method and Description |
---|---|
AbstractCacheLoaderConfig |
AbstractCacheLoaderConfig.clone() |
Modifier and Type | Class and Description |
---|---|
class |
ClusterCacheLoaderConfig
Configuration for
ClusterCacheLoader . |
Modifier and Type | Class and Description |
---|---|
class |
FileCacheStoreConfig
Configures
FileCacheStore . |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.