Package org.dspace.iiif.consumer
Class ManifestsCacheEvictService
- java.lang.Object
-
- org.dspace.iiif.consumer.ManifestsCacheEvictService
-
@Component public class ManifestsCacheEvictService extends Object
Removes items from the iiif manifests cache.
-
-
Constructor Summary
Constructors Constructor Description ManifestsCacheEvictService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidevictAllCacheValues()voidevictSingleCacheValue(String cacheKey)
-
-
-
Method Detail
-
evictSingleCacheValue
public void evictSingleCacheValue(String cacheKey)
-
evictAllCacheValues
public void evictAllCacheValues()
-
-