|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OsgiPersistentCache
Access to persistent cache locations used throughout the OSGi plugin system. Implementations are responsible for ensuring the directories are not null and do exist.
| Method Summary | |
|---|---|
void |
clear()
Clear all caches |
java.io.File |
getFrameworkBundleCache()
|
java.io.File |
getOsgiBundleCache()
|
java.io.File |
getTransformedPluginCache()
|
void |
validate(java.lang.String cacheKey)
Validates the caches against a cache key. |
| Method Detail |
|---|
java.io.File getFrameworkBundleCache()
java.io.File getOsgiBundleCache()
java.io.File getTransformedPluginCache()
void clear()
throws OsgiContainerException
OsgiContainerException - If the caches couldn't be clearedvoid validate(java.lang.String cacheKey)
cacheKey - The cache key, can be anything
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||