|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cache | |
|---|---|
| org.apache.commons.cache | Object caching service. |
| org.apache.commons.cache.tagext | JSP tag library for interfacing with the cache service. |
| Uses of Cache in org.apache.commons.cache |
|---|
| Classes in org.apache.commons.cache that implement Cache | |
|---|---|
class |
BaseCache
An abstract base Cache implementation,
managing the registration of listeners and the
broadcast of events. |
class |
NoOpCache
A Cache that doesn't. |
class |
SimpleCache
tk. |
| Fields in org.apache.commons.cache declared as Cache | |
|---|---|
protected Cache |
MemoryStash._cache
|
Cache |
LRUEvictionPolicy._cache
|
protected Cache |
GroupMapImpl._cache
The Cache I am associated with. |
protected Cache |
FileStash._cache
|
| Methods in org.apache.commons.cache that return Cache | |
|---|---|
static Cache |
CacheSingleton.getCache(Object name)
|
| Methods in org.apache.commons.cache with parameters of type Cache | |
|---|---|
static void |
CacheSingleton.putCache(Object name,
Cache cache)
|
void |
StashPolicy.setCache(Cache c)
|
void |
Stash.setCache(Cache c)
|
void |
ShareableFileStash.setCache(Cache c)
|
void |
MemoryStash.setCache(Cache c)
|
void |
LRUEvictionPolicy.setCache(Cache c)
Sets my cache. |
void |
GroupMapImpl.setCache(Cache c)
Sets my cache. |
void |
GroupMap.setCache(Cache c)
|
void |
FileStash.setCache(Cache c)
|
void |
EvictionPolicy.setCache(Cache c)
|
abstract void |
BaseStashPolicy.setCache(Cache c)
|
abstract void |
BaseStash.setCache(Cache c)
|
| Uses of Cache in org.apache.commons.cache.tagext |
|---|
| Fields in org.apache.commons.cache.tagext declared as Cache | |
|---|---|
protected static Cache |
CacheTag._cache
|
| Methods in org.apache.commons.cache.tagext that return Cache | |
|---|---|
static Cache |
CacheTag.getCache(String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||