| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see EbeanServer and Ebean).
|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| Modifier and Type | Method and Description |
|---|---|
static ServerCacheManager |
Ebean.getServerCacheManager()
Return the manager of the server cache ("L2" cache).
|
ServerCacheManager |
EbeanServer.getServerCacheManager()
Return the manager of the server cache ("L2" cache).
|
| Modifier and Type | Method and Description |
|---|---|
ServerCacheManager |
ServerConfig.getServerCacheManager()
Return the ServerCacheManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setServerCacheManager(ServerCacheManager serverCacheManager)
Set the ServerCacheManager to use.
|
Copyright © 2016. All rights reserved.