| Package | Description |
|---|---|
| edu.wisc.my.webproxy.beans.cache | |
| edu.wisc.my.webproxy.beans.cache.ehcache |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageCache.cachePage(String key,
CacheEntry entry,
boolean persistent)
Caches a page with the specified key and persistence flag.
|
| Constructor and Description |
|---|
CacheWriter(Writer out,
CacheEntry entryBase,
PageCache cache,
String cacheKey,
boolean persistData)
Creates a new CacheWriter with the specified delegate stream and
caching configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CacheEntry |
EhPageCache.getCachedPage(String key) |
CacheEntry |
EhPageCache.getCachedPage(String key,
boolean useExpired) |
CacheEntry |
EhPageCache.getCachedPage(String key,
int maxCacheAge) |
| Modifier and Type | Method and Description |
|---|---|
void |
EhPageCache.cachePage(String key,
CacheEntry entry,
boolean persistent) |
Copyright © 2016 Jasig. All Rights Reserved.