Package | Description |
---|---|
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 |
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.