| Package | Description |
|---|---|
| com.SimplCache.Models |
| Modifier and Type | Method and Description |
|---|---|
static <T> SimplCache<T> |
SimplCache.buildFromSaveState(String saveStateString,
CacheDB<T> cacheDB,
PersistentDB<T> persistentDB,
SimplCacheEncryptor simplCacheEncryptor)
This method is used to build the SimplCache object from the string returned by the save state function.
|
String |
SimplCache.saveState(SimplCacheEncryptor simplCacheEncryptor)
This method is used to save the state of the keys present in the cache.
|
Copyright © 2020. All rights reserved.