| Package | Description |
|---|---|
| com.SimplCache.Models |
| Modifier and Type | Method and Description |
|---|---|
SimplCache.MEMORY_TYPES |
SimplCache.getCacheMemoryType()
This methods return the type of cache memory is used to maintain the cache.
|
static SimplCache.MEMORY_TYPES |
SimplCache.MEMORY_TYPES.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimplCache.MEMORY_TYPES[] |
SimplCache.MEMORY_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.setCacheMemoryProperties(SimplCache.MEMORY_TYPES memory,
long cacheSize)
This method is used set the cache memory type.
|
Copyright © 2020. All rights reserved.