| Package | Description |
|---|---|
| com.avaje.ebean.cache |
Server Cache Service
|
| com.avaje.ebeaninternal.server.cache |
| Modifier and Type | Method and Description |
|---|---|
ServerCache |
ServerCacheFactory.createCache(String cacheKey,
ServerCacheOptions cacheOptions)
Create the cache for the given type with options.
|
ServerCache |
ServerCacheManager.getBeanCache(Class<?> beanType)
Return the cache for beans of a particular type.
|
ServerCache |
ServerCacheManager.getCollectionIdsCache(Class<?> beanType,
String propertyName) |
ServerCache |
ServerCacheManager.getNaturalKeyCache(Class<?> beanType)
Return the cache for mapping natural keys to id values.
|
ServerCache |
ServerCacheManager.getQueryCache(Class<?> beanType)
Return the cache for query results of a particular type of bean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServerCache
The default cache implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ServerCache |
DefaultServerCacheFactory.createCache(String cacheKey,
ServerCacheOptions cacheOptions) |
ServerCache |
DefaultServerCacheManager.getBeanCache(Class<?> beanType)
Return the bean cache for a given bean type.
|
ServerCache |
DefaultCacheHolder.getCache(String cacheKey)
Return the cache for a given bean type.
|
ServerCache |
DefaultServerCacheManager.getCollectionIdsCache(Class<?> beanType,
String propertyName) |
ServerCache |
DefaultServerCacheManager.getNaturalKeyCache(Class<?> beanType) |
ServerCache |
DefaultServerCacheManager.getQueryCache(Class<?> beanType)
Return the query cache for a given bean type.
|
Copyright © 2014. All Rights Reserved.