| Package | Description |
|---|---|
| com.SimplCache.Models |
| Modifier and Type | Method and Description |
|---|---|
SimplCache.CACHE_TYPES |
SimplCache.getCacheType()
This method return the type of cache set to the simplcache object
|
static SimplCache.CACHE_TYPES |
SimplCache.CACHE_TYPES.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimplCache.CACHE_TYPES[] |
SimplCache.CACHE_TYPES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SimplCache.SimplCacheBuilder<T> |
SimplCache.SimplCacheBuilder.setCacheType(SimplCache.CACHE_TYPES cacheType)
This methode is used to set the type of cache.
|
Copyright © 2020. All rights reserved.