Uses of Interface
org.n52.iceland.cache.ContentCachePersistenceStrategy
-
Packages that use ContentCachePersistenceStrategy Package Description org.n52.iceland.cache org.n52.iceland.cache.ctrl org.n52.iceland.cache.ctrl.persistence -
-
Uses of ContentCachePersistenceStrategy in org.n52.iceland.cache
Methods in org.n52.iceland.cache that return ContentCachePersistenceStrategy Modifier and Type Method Description ContentCachePersistenceStrategyContentCacheController. getContentCachePersistenceStrategy() -
Uses of ContentCachePersistenceStrategy in org.n52.iceland.cache.ctrl
Methods in org.n52.iceland.cache.ctrl that return ContentCachePersistenceStrategy Modifier and Type Method Description ContentCachePersistenceStrategyContentCacheControllerImpl. getContentCachePersistenceStrategy()Methods in org.n52.iceland.cache.ctrl with parameters of type ContentCachePersistenceStrategy Modifier and Type Method Description voidContentCacheControllerImpl. setPersistenceStrategy(ContentCachePersistenceStrategy persistenceStrategy) -
Uses of ContentCachePersistenceStrategy in org.n52.iceland.cache.ctrl.persistence
Classes in org.n52.iceland.cache.ctrl.persistence that implement ContentCachePersistenceStrategy Modifier and Type Class Description classAbstractPersistingCachePersistenceStrategyclassAsyncCachePersistenceStrategyclassImmediatePersistenceStrategyclassNoOpCachePersistenceStrategy
-