Uses of Class
org.n52.iceland.cache.ContentCacheUpdate
-
Packages that use ContentCacheUpdate Package Description org.n52.iceland.cache org.n52.iceland.cache.ctrl -
-
Uses of ContentCacheUpdate in org.n52.iceland.cache
Methods in org.n52.iceland.cache that return ContentCacheUpdate Modifier and Type Method Description protected ContentCacheUpdateContentCacheUpdate. fail(OwsExceptionReport cause)Marks this cache update as failed.ContentCacheUpdateContentCacheUpdate. reset()Clear any exceptions.ContentCacheUpdateContentCacheUpdate. setCache(WritableContentCache cache)Methods in org.n52.iceland.cache with parameters of type ContentCacheUpdate Modifier and Type Method Description voidContentCacheController. update(ContentCacheUpdate update)Update the content cache with the specified update. -
Uses of ContentCacheUpdate in org.n52.iceland.cache.ctrl
Methods in org.n52.iceland.cache.ctrl with parameters of type ContentCacheUpdate Modifier and Type Method Description voidContentCacheControllerImpl. update(ContentCacheUpdate update)
-