| Package | Description |
|---|---|
| com.SimplCache.Models |
| Modifier and Type | Method and Description |
|---|---|
SimplCache<T> |
SimplCache.SimplCacheBuilder.build()
This method builds and return SimplCache Object
|
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.
|
Copyright © 2020. All rights reserved.