| Package | Description |
|---|---|
| com.avaje.ebean.cache |
Server Cache Service
|
| Modifier and Type | Method and Description |
|---|---|
ServerCacheOptions |
ServerCacheOptions.copy()
Return a copy of this object.
|
ServerCacheOptions |
ServerCache.getOptions()
Return the configuration options for this cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerCacheOptions.applyDefaults(ServerCacheOptions defaults)
Apply any settings from the default settings that have not already been
specifically set.
|
ServerCache |
ServerCacheFactory.createCache(String cacheKey,
ServerCacheOptions cacheOptions)
Create the cache for the given type with options.
|
void |
ServerCache.setOptions(ServerCacheOptions options)
Update the configuration options for this cache.
|
| Constructor and Description |
|---|
ServerCacheOptions(ServerCacheOptions defaults)
Create merging default options with the deployment specified ones.
|
Copyright © 2016. All rights reserved.