public interface CacheDescription
Modifier and Type | Interface and Description |
---|---|
static class |
CacheDescription.FileBased
Default file based implementation.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Cache entry description, including all information that is necessary to distinguish one dir from another
|
String |
getKey()
Unique for given
CacheHandler key that would be used to identify which cache the user wants to delete. |
String |
getLocation()
Cache directory location
|
Collection<ImmutablePlan> |
getUsingPlans()
Collection of Plans that are currently configured to use this cache.
|
boolean |
isExists()
Information whether the cache directory currently exists on the server.
|
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(Collection, com.opensymphony.xwork.ValidationAware)
String getLocation()
String getDescription()
boolean isExists()
Collection<ImmutablePlan> getUsingPlans()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.