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
static class CacheCompactor.CacheCompactionResult
           
 
Method Summary
 CacheCompactor.CacheCompactionResult purgeExpiredCacheEntries()
          Removes expired entries from all caches.
 

Method Detail

purgeExpiredCacheEntries

CacheCompactor.CacheCompactionResult purgeExpiredCacheEntries()
Removes expired entries from all caches.



Copyright © 2002-2014 Atlassian. All Rights Reserved.