| 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)
This method is used to build the SimplCache object from the string returned by the save state function.
|
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.
|
| Constructor and Description |
|---|
SimplCacheBuilder(CacheDB<T> cacheDB,
PersistentDB<T> persistentDB)
This method is used to build the SimplCache object.
|
Copyright © 2020. All rights reserved.