|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheDescription
Cache description bean used to display info about the single cache entry
Nested Class Summary | |
---|---|
static class |
CacheDescription.FileBased
Default file based implementation. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Cache entry description, including all information that is necessary to distinguish one dir from another |
java.lang.String |
getKey()
Unique for given CacheHandler key that would be used to identify which cache the user wants to delete. |
java.lang.String |
getLocation()
Cache directory location |
java.util.Collection<Plan> |
getUsingPlans()
Collection of Plans that are currently configured to use this cache. |
boolean |
isExists()
Information whether the cache directory currently exists on the server. |
Method Detail |
---|
java.lang.String getKey()
CacheHandler
key that would be used to identify which cache the user wants to delete.
This should be human readable as it will be displayed in the UI to indicate which caches were deleted.
CacheHandler.deleteCaches(java.util.Collection, com.opensymphony.xwork.ValidationAware)
java.lang.String getLocation()
java.lang.String getDescription()
boolean isExists()
java.util.Collection<Plan> getUsingPlans()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |