|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProxyCacheMXBean
Management interface for the proxy cache.
resin:type=ProxyCache
| Method Summary | |
|---|---|
void |
clearCache()
Clears the cache. |
void |
clearCacheByPattern(java.lang.String hostRegexp,
java.lang.String urlRegexp)
Clears the cache by regexp patterns. |
void |
clearExpires()
Clears the expires timers for the cache. |
CacheItem[] |
getCacheableEntries(int max)
Return most used cacheable connections. |
long |
getHitCountTotal()
Returns the proxy cache hit count. |
long |
getMissCountTotal()
Returns the proxy cache miss count. |
CacheItem[] |
getUncacheableEntries(int max)
Return most used uncacheable connections. |
| Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
|---|
getName, getObjectName, getType |
| Method Detail |
|---|
long getHitCountTotal()
long getMissCountTotal()
CacheItem[] getCacheableEntries(int max)
CacheItem[] getUncacheableEntries(int max)
void clearCache()
void clearCacheByPattern(java.lang.String hostRegexp,
java.lang.String urlRegexp)
hostRegexp - the regexp to match the host. Null matches all.urlRegexp - the regexp to match the url. Null matches all.void clearExpires()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||