public static interface Cache.Controller
Modifier and Type | Method and Description |
---|---|
Cache |
cacheFor(Source s,
String policyValue)
Answer a Cache associated with the given Source.
|
void |
clear(Source s)
Clear and remove the cache associated with the given source.
|
void |
clearAll()
Clear and remove all the caches that this maker knows about.
|
void |
resetCounts()
Reset the counts of all the caches in this controller.
|
void |
showAll(StringBuilder sb)
Answer an HTML description of all the cache's states.
|
String |
summary()
Answer a summary of this cache controller's state.
|
Cache cacheFor(Source s, String policyValue)
void clear(Source s)
void clearAll()
String summary()
void showAll(StringBuilder sb)
void resetCounts()
Copyright © 2014. All Rights Reserved.