Uses of Interface
org.craftercms.core.cache.impl.CacheStoreAdapter
-
Packages that use CacheStoreAdapter Package Description org.craftercms.core.cache.impl org.craftercms.core.cache.impl.store org.craftercms.core.cache.impl.store.guava -
-
Uses of CacheStoreAdapter in org.craftercms.core.cache.impl
Fields in org.craftercms.core.cache.impl declared as CacheStoreAdapter Modifier and Type Field Description protected CacheStoreAdapterCacheImpl. cacheStoreAdapterAdapter for the cache data structure.Methods in org.craftercms.core.cache.impl with parameters of type CacheStoreAdapter Modifier and Type Method Description voidCacheImpl. 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 CacheStoreAdapter Modifier and Type Class Description classMapCacheStoreAdapterImplementation of aCacheStoreAdapterusing an underlyingMap.classNoopCacheStoreAdapterImplementation of aCacheStoreAdapterthat uses no data structure and whose operations do nothing.Methods in org.craftercms.core.cache.impl.store that return CacheStoreAdapter Modifier and Type Method Description CacheStoreAdapterSwitchableCacheStoreAdapterFactoryBean. getObject()Methods in org.craftercms.core.cache.impl.store with parameters of type CacheStoreAdapter Modifier and Type Method Description voidSwitchableCacheStoreAdapterFactoryBean. 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 Modifier and Type Class Description classGuavaCacheStoreAdapterImplementation of aCacheStoreAdapterusing GuavaCaches.
-