Package | Description |
---|---|
com.caucho.distcache | |
com.caucho.server.distcache | |
com.caucho.server.session |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheImpl<K,V>
Implements the distributed cache
|
Modifier and Type | Method and Description |
---|---|
ByteStreamCache |
SessionManager.getSessionStore()
Returns the session store.
|