Package com.atlassian.jira.cache
Interface CacheCompactor
- All Known Implementing Classes:
EhCacheCompactor,NullCacheCompactor
public interface CacheCompactor
Component for removing all expired entries from caches on a periodical basis.
You should provide a suitable implementation of this interface if the cache implementation does not
remove expired entries on a regular basis.
- Since:
- v6.3
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionRemoves expired entries from all caches.
-
Method Details
-
purgeExpiredCacheEntries
CacheCompactor.CacheCompactionResult purgeExpiredCacheEntries()Removes expired entries from all caches.
-