Uses of Interface
org.craftercms.core.cache.impl.CacheStoreAdapter
Packages that use CacheStoreAdapter
Package
Description
-
Uses of CacheStoreAdapter in org.craftercms.core.cache.impl
Fields in org.craftercms.core.cache.impl declared as CacheStoreAdapterModifier and TypeFieldDescriptionprotected CacheStoreAdapterCacheImpl.cacheStoreAdapterAdapter for the cache data structure.Methods in org.craftercms.core.cache.impl with parameters of type CacheStoreAdapterModifier and TypeMethodDescriptionvoidCacheImpl.setCacheStoreAdapter(CacheStoreAdapter cacheStoreAdapter) Sets the underlyingCacheStoreAdapter -
Uses of CacheStoreAdapter in org.craftercms.core.cache.impl.store
Classes in org.craftercms.core.cache.impl.store that implement CacheStoreAdapterModifier and TypeClassDescriptionclassImplementation of aCacheStoreAdapterusing an underlyingMap.classImplementation of aCacheStoreAdapterthat uses no data structure and whose operations do nothing.Methods in org.craftercms.core.cache.impl.store that return CacheStoreAdapterMethods in org.craftercms.core.cache.impl.store with parameters of type CacheStoreAdapterModifier and TypeMethodDescriptionvoidSwitchableCacheStoreAdapterFactoryBean.setOffCacheStoreAdapter(CacheStoreAdapter offCacheStoreAdapter) voidSwitchableCacheStoreAdapterFactoryBean.setOnCacheStoreAdapter(CacheStoreAdapter onCacheStoreAdapter) -
Uses of CacheStoreAdapter in org.craftercms.core.cache.impl.store.guava
Classes in org.craftercms.core.cache.impl.store.guava that implement CacheStoreAdapter