|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheEntry | |
|---|---|
| edu.wisc.my.webproxy.beans.cache | |
| edu.wisc.my.webproxy.beans.cache.ehcache | |
| Uses of CacheEntry in edu.wisc.my.webproxy.beans.cache |
|---|
| Methods in edu.wisc.my.webproxy.beans.cache that return CacheEntry | |
|---|---|
CacheEntry |
PageCache.getCachedPage(String key)
Retrieves the cache entry for the specified key. |
CacheEntry |
PageCache.getCachedPage(String key,
boolean useExpired)
Retrieves the cache entry for the specified key. |
CacheEntry |
PageCache.getCachedPage(String key,
int maxCacheAge)
Retrieves the cache entry for the specified key. |
| Methods in edu.wisc.my.webproxy.beans.cache with parameters of type CacheEntry | |
|---|---|
void |
PageCache.cachePage(String key,
CacheEntry entry,
boolean persistent)
Caches a page with the specified key and persistence flag. |
| Constructors in edu.wisc.my.webproxy.beans.cache with parameters of type CacheEntry | |
|---|---|
CacheWriter(Writer out,
CacheEntry entryBase,
PageCache cache,
String cacheKey,
boolean persistData)
Creates a new CacheWriter with the specified delegate stream and caching configuration. |
|
| Uses of CacheEntry in edu.wisc.my.webproxy.beans.cache.ehcache |
|---|
| Methods in edu.wisc.my.webproxy.beans.cache.ehcache that return CacheEntry | |
|---|---|
CacheEntry |
EhPageCache.getCachedPage(String key)
|
CacheEntry |
EhPageCache.getCachedPage(String key,
boolean useExpired)
|
CacheEntry |
EhPageCache.getCachedPage(String key,
int maxCacheAge)
|
| Methods in edu.wisc.my.webproxy.beans.cache.ehcache with parameters of type CacheEntry | |
|---|---|
void |
EhPageCache.cachePage(String key,
CacheEntry entry,
boolean persistent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||