| 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
|
| LocalCache |
Cache which stores consistent copies on the cluster segment.
|
| 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.
|