Package | Description |
---|---|
com.caucho.distcache |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCache
Implements the distributed cache
|
class |
ClusterCache
Cache which stores consistent copies on the cluster segment.
|
class |
HttpRestCache
Cache that stores state in a HTTP REST backing.
|
class |
JdbcCache
Cache that stores state in a jdbc database.
|
class |
LocalCache
Cache which stores consistent copies on the cluster segment.
|
class |
TieredCache
Cache that stores state in a second level cache.
|
class |
TransientCache
Cache with no persistence.
|