Class SwitchableCacheStoreAdapterFactoryBean
java.lang.Object
org.craftercms.core.cache.impl.store.SwitchableCacheStoreAdapterFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<CacheStoreAdapter>
public class SwitchableCacheStoreAdapterFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<CacheStoreAdapter>
FactoryBean that returns a different CacheStoreAdapter depending on
the value of a flag property
that indicates if caching should be turned on or off.- Author:
- Alfonso Vásquez
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>booleanvoidsetCacheOn(boolean cacheOn) voidsetOffCacheStoreAdapter(CacheStoreAdapter offCacheStoreAdapter) voidsetOnCacheStoreAdapter(CacheStoreAdapter onCacheStoreAdapter)
-
Constructor Details
-
SwitchableCacheStoreAdapterFactoryBean
public SwitchableCacheStoreAdapterFactoryBean()
-
-
Method Details
-
setOffCacheStoreAdapter
-
setOnCacheStoreAdapter
-
setCacheOn
public void setCacheOn(boolean cacheOn) -
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<CacheStoreAdapter>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<CacheStoreAdapter>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<CacheStoreAdapter>
-