| Package | Description |
|---|---|
| com.avaje.ebean.cache |
Server Cache Service
|
| Modifier and Type | Method and Description |
|---|---|
static ServerCacheType |
ServerCacheType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerCacheType[] |
ServerCacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServerCache |
ServerCacheFactory.createCache(ServerCacheType type,
String cacheKey,
ServerCacheOptions cacheOptions)
Create the cache for the given type with options.
|
Copyright © 2016. All rights reserved.