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