| Package | Description |
|---|---|
| org.craftercms.core.cache.impl | |
| org.craftercms.core.cache.impl.store |
| Modifier and Type | Field and Description |
|---|---|
protected CacheStoreAdapter |
CacheImpl.cacheStoreAdapter
Adapter for the cache data structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheImpl.setCacheStoreAdapter(CacheStoreAdapter cacheStoreAdapter)
Sets the underlying
CacheStoreAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
EhCacheStoreAdapter
Implementation of a
CacheStoreAdapter using an underlying EhCache CacheManager. |
class |
MapCacheStoreAdapter
Implementation of a
CacheStoreAdapter using an underlying Map. |
class |
NoopCacheStoreAdapter
Implementation of a
CacheStoreAdapter that uses no data structure and whose
operations do nothing. |
| Modifier and Type | Method and Description |
|---|---|
CacheStoreAdapter |
SwitchableCacheStoreAdapterFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
SwitchableCacheStoreAdapterFactoryBean.setOffCacheStoreAdapter(CacheStoreAdapter offCacheStoreAdapter) |
void |
SwitchableCacheStoreAdapterFactoryBean.setOnCacheStoreAdapter(CacheStoreAdapter onCacheStoreAdapter) |
Copyright © 2018 CrafterCMS. All rights reserved.