| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebeaninternal.server.cache |
| Modifier and Type | Method and Description |
|---|---|
ServerCacheFactory |
ServerConfig.getServerCacheFactory()
Return the ServerCacheFactory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setServerCacheFactory(ServerCacheFactory serverCacheFactory)
Set the ServerCacheFactory to use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServerCacheFactory
Default implementation of ServerCacheFactory.
|
| Constructor and Description |
|---|
DefaultCacheHolder(ServerCacheFactory cacheFactory,
ServerCacheOptions defaultOptions,
boolean useBeanTuning)
Create with a cache factory and default cache options.
|
DefaultServerCacheManager(ServerCacheFactory cacheFactory,
ServerCacheOptions defaultBeanOptions,
ServerCacheOptions defaultQueryOptions)
Create with a cache factory and default cache options.
|
Copyright © 2014. All Rights Reserved.