public interface OsgiPersistentCache
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear all caches
|
File |
getFrameworkBundleCache() |
File |
getOsgiBundleCache() |
File |
getTransformedPluginCache() |
void |
validate(String cacheKey)
Validates the caches against a cache key.
|
File getFrameworkBundleCache()
File getOsgiBundleCache()
File getTransformedPluginCache()
void clear()
throws OsgiContainerException
OsgiContainerException - If the caches couldn't be clearedvoid validate(String cacheKey)
cacheKey - The cache key, can be anythingCopyright © 2019 Atlassian. All rights reserved.