Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.disk |
The primary disk auxiliary.
|
org.apache.commons.jcs.auxiliary.disk.block | |
org.apache.commons.jcs.auxiliary.disk.indexed | |
org.apache.commons.jcs.auxiliary.disk.jdbc | |
org.apache.commons.jcs.auxiliary.disk.jdbc.mysql | |
org.apache.commons.jcs.auxiliary.lateral |
Root package for the lateral cache family.
|
org.apache.commons.jcs.auxiliary.lateral.behavior | |
org.apache.commons.jcs.auxiliary.lateral.socket.tcp | |
org.apache.commons.jcs.auxiliary.remote |
Root package for the remote auxiliary cache.
|
org.apache.commons.jcs.auxiliary.remote.http.client |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiskCacheManager
Common disk cache methods and properties.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockDiskCacheManager
Cache manager for BlockDiskCaches.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexedDiskCacheManager
Cache manager for IndexedDiskCaches.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCDiskCacheManager
This manages instances of the jdbc disk cache.
|
class |
JDBCDiskCacheManagerAbstractTemplate
This class serves as an abstract template for JDBCDiskCache Manager.
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLDiskCacheManager
This manages instances of the MySQL jdbc disk cache.
|
Modifier and Type | Class and Description |
---|---|
class |
LateralCacheAbstractManager
Creates lateral caches.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ILateralCacheManager
This helps ensure some common behavior among LateraLCacheManagers for things
such as monitors.
|
Modifier and Type | Class and Description |
---|---|
class |
LateralTCPCacheManager
Creates lateral caches.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteCacheManager
An instance of RemoteCacheManager corresponds to one remote connection of a specific host and
port.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteHttpCacheManager
This is a very crude copy of the RMI remote manager.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.