| Package | Description |
|---|---|
| com.SimplCache.Models |
| Modifier and Type | Method and Description |
|---|---|
static SimplCache.POLICY_CONTROL |
SimplCache.POLICY_CONTROL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimplCache.POLICY_CONTROL[] |
SimplCache.POLICY_CONTROL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimplCache.put(String key,
T object,
SimplCache.POLICY_CONTROL policy_control)
This method is used to put the object in cache and also into the persistentDB according to the cache type and eviction policies.
|
Copyright © 2020. All rights reserved.