| Package | Description |
|---|---|
| org.infinispan.loaders.file |
Simple filesystem-based
CacheStore implementation. |
| org.infinispan.loaders.jdbc.binary |
This JDBC CacheStore implementation is optimized for storing binary (non-String)
keys in the cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileCacheStore
A filesystem-based implementation of a
BucketBasedCacheStore. |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcBinaryCacheStore
BucketBasedCacheStore implementation that will store all the buckets as rows in database, each row
corresponding to a bucket. |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.