Package org.dspace.iiif
Class CacheEvictService
- java.lang.Object
-
- org.dspace.iiif.CacheEvictService
-
@Component public class CacheEvictService extends Object
Removes items from the iiif manifests cache.
-
-
Constructor Summary
Constructors Constructor Description CacheEvictService()
-
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()
-
-