| Package | Description |
|---|---|
| com.avaje.ebean.cache |
Server Cache Service
|
| com.avaje.ebeaninternal.server.cache |
| 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 d)
Create merging default options with the deployment specified ones.
|
| Modifier and Type | Method and Description |
|---|---|
ServerCacheOptions |
DefaultCacheHolder.getDefaultOptions()
Return the default cache options.
|
ServerCacheOptions |
DefaultServerCache.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
ServerCache |
DefaultServerCacheFactory.createCache(String cacheKey,
ServerCacheOptions cacheOptions) |
void |
DefaultServerCache.setOptions(ServerCacheOptions o) |
| Constructor and Description |
|---|
DefaultCacheHolder(ServerCacheFactory cacheFactory,
ServerCacheOptions defaultOptions,
boolean useBeanTuning)
Create with a cache factory and default cache options.
|
DefaultServerCache(String name,
ServerCacheOptions options) |
DefaultServerCacheManager(ServerCacheFactory cacheFactory,
ServerCacheOptions defaultBeanOptions,
ServerCacheOptions defaultQueryOptions)
Create with a cache factory and default cache options.
|
Copyright © 2014. All Rights Reserved.