Uses of Interface
org.n52.iceland.cache.ContentCache
-
Packages that use ContentCache Package Description org.n52.iceland.cache org.n52.iceland.cache.ctrl.persistence -
-
Uses of ContentCache in org.n52.iceland.cache
Subinterfaces of ContentCache in org.n52.iceland.cache Modifier and Type Interface Description interfaceWritableContentCacheTODO JavaDocMethods in org.n52.iceland.cache that return ContentCache Modifier and Type Method Description ContentCacheContentCacheController. getCache()Methods in org.n52.iceland.cache with parameters of type ContentCache Modifier and Type Method Description voidContentCachePersistenceStrategy. persistOnCompleteUpdate(ContentCache cache)Persist the specified cache in the event of a complete content update.voidContentCachePersistenceStrategy. persistOnPartialUpdate(ContentCache cache)Persist the specified cache in the event of a partial content update.voidContentCachePersistenceStrategy. persistOnShutdown(ContentCache cache)Persist the specified cache in the event of a service shutdown. -
Uses of ContentCache in org.n52.iceland.cache.ctrl.persistence
Methods in org.n52.iceland.cache.ctrl.persistence with parameters of type ContentCache Modifier and Type Method Description protected voidAbstractPersistingCachePersistenceStrategy. persistCache(ContentCache cache)voidAsyncCachePersistenceStrategy. persistOnCompleteUpdate(ContentCache cache)voidImmediatePersistenceStrategy. persistOnCompleteUpdate(ContentCache cache)voidNoOpCachePersistenceStrategy. persistOnCompleteUpdate(ContentCache cache)voidAsyncCachePersistenceStrategy. persistOnPartialUpdate(ContentCache cache)voidImmediatePersistenceStrategy. persistOnPartialUpdate(ContentCache cache)voidNoOpCachePersistenceStrategy. persistOnPartialUpdate(ContentCache cache)voidAsyncCachePersistenceStrategy. persistOnShutdown(ContentCache cache)voidImmediatePersistenceStrategy. persistOnShutdown(ContentCache cache)voidNoOpCachePersistenceStrategy. persistOnShutdown(ContentCache cache)
-