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 |
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) |
Constructor and Description |
---|
LightModuleChangesFlushPolicy(javax.inject.Provider<CacheFactory> cacheFactoryProvider,
info.magnolia.dirwatch.DirectoryWatcherService directoryWatcherService,
info.magnolia.init.MagnoliaConfigurationProperties properties) |
Modifier and Type | Method and Description |
---|---|
<T extends CacheFactory> |
CacheFactoryProvider.get(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
CacheFactory |
CacheFactoryProvider.get() |
Copyright © 2020 Magnolia International Ltd.. All rights reserved.