| Interface | Description |
|---|---|
| ByteStreamCache |
Interface for a distributed cache.
|
| CacheSerializer |
Custom serialization for the cache
|
| ExtCacheEntry<K,V> |
Provides additional information about an entry in a
Cache. |
| ObjectCache<K,V> |
Interface for a distributed cache.
|
| ResinCacheBuilder |
Implements the distributed cache
|
| Class | Description |
|---|---|
| AbstractCache |
Implements the distributed cache
|
| ClusterCache |
Cache which stores consistent copies on the cluster segment.
|
| HessianSerializer |
Custom serialization for the cache
|
| HttpRestCache |
Cache that stores state in a HTTP REST backing.
|
| JdbcCache |
Cache that stores state in a jdbc database.
|
| LocalCache |
Cache which stores consistent copies on the cluster segment.
|
| TieredCache |
Cache that stores state in a second level cache.
|
| TieredCacheServer |
Protocol for a tiered cache.
|
| TransientCache |
Cache with no persistence.
|
| Enum | Description |
|---|---|
| ResinCacheBuilder.Persistence |
Defines the persistence options for a cache.
|
| ResinCacheBuilder.Scope |
Defines the scope options for a cache.
|