Modifier and Type | Class and Description |
---|---|
class |
MemcachedFactory
A CacheFactory based on
MemcachedClient . |
Modifier and Type | Method and Description |
---|---|
CacheFactory |
CacheModule.getCacheFactory()
Inject
CacheFactoryProvider } instead. |
protected abstract CacheFactory |
AbstractCacheModule.getCacheFactory() |
Modifier and Type | Method and Description |
---|---|
void |
CacheModule.setCacheFactory(CacheFactory cacheFactory) |
Modifier and Type | Class and Description |
---|---|
class |
EhCacheFactory
Deprecated.
since 5.4.4. Ehcache2 implementation will be dropped in a next major version in favour of EhCache3. Use
EhCache3Factory instead. |
Modifier and Type | Class and Description |
---|---|
class |
EhCache3Factory
A CacheFactory based on ehcache and which wraps cache instances.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingCacheFactory
Delegating
CacheFactory which delegates to another factories until the cache with requested name is found. |
Modifier and Type | Method and Description |
---|---|
List<CacheFactory> |
DelegatingCacheFactory.getDelegateFactories() |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingCacheFactory.setDelegateFactories(List<CacheFactory> delegateFactories) |
Modifier and Type | Method and Description |
---|---|
<T extends CacheFactory> |
CacheFactoryProvider.get(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
CacheFactory |
CacheFactoryProvider.get() |
Copyright © 2017 Magnolia International Ltd.. All rights reserved.