K - key typeV - value typepublic class PersistenceCache<K extends GolangCloneable,V extends GolangCloneable> extends CloneBackedCache<K,V>
containerDEFAULT_LRU_CAPACITY| Constructor and Description |
|---|
PersistenceCache(org.gradle.api.Project project,
java.lang.String persistenceFileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
load() |
void |
save() |
get