Uses of Interface
org.n52.iceland.cache.WritableContentCache
-
Packages that use WritableContentCache Package Description org.n52.iceland.cache org.n52.iceland.cache.ctrl org.n52.iceland.cache.ctrl.persistence -
-
Uses of WritableContentCache in org.n52.iceland.cache
Methods in org.n52.iceland.cache that return WritableContentCache Modifier and Type Method Description WritableContentCacheContentCacheUpdate. getCache()Methods in org.n52.iceland.cache that return types with arguments of type WritableContentCache Modifier and Type Method Description Optional<WritableContentCache>ContentCachePersistenceStrategy. load()Read the persisted content cache if it present.Methods in org.n52.iceland.cache with parameters of type WritableContentCache Modifier and Type Method Description ContentCacheUpdateContentCacheUpdate. setCache(WritableContentCache cache) -
Uses of WritableContentCache in org.n52.iceland.cache.ctrl
Methods in org.n52.iceland.cache.ctrl that return WritableContentCache Modifier and Type Method Description WritableContentCacheContentCacheControllerImpl. getCache()Methods in org.n52.iceland.cache.ctrl with parameters of type WritableContentCache Modifier and Type Method Description protected voidContentCacheControllerImpl. setCache(WritableContentCache wcc) -
Uses of WritableContentCache in org.n52.iceland.cache.ctrl.persistence
Methods in org.n52.iceland.cache.ctrl.persistence that return types with arguments of type WritableContentCache Modifier and Type Method Description Optional<WritableContentCache>AbstractPersistingCachePersistenceStrategy. load()Optional<WritableContentCache>NoOpCachePersistenceStrategy. load()
-