Package | Description |
---|---|
org.infinispan.loaders |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.loaders.bucket |
Abstract classes that use hashed buckets to store entries.
|
org.infinispan.loaders.file |
Simple filesystem-based
CacheStore implementation. |
Modifier and Type | Class and Description |
---|---|
class |
LockSupportCacheStore<L>
This class extends
AbstractCacheStore adding lock support for consistently accessing stored data. |
Modifier and Type | Class and Description |
---|---|
class |
BucketBasedCacheStore
Base class for CacheStore implementations that combine entries into buckets when storing data.
|
Modifier and Type | Class and Description |
---|---|
class |
FileCacheStore
A filesystem-based implementation of a
BucketBasedCacheStore . |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.