com.atlassian.jira.cache
Class NullCacheCompactor

java.lang.Object
  extended by com.atlassian.jira.cache.NullCacheCompactor
All Implemented Interfaces:
CacheCompactor

public class NullCacheCompactor
extends Object
implements CacheCompactor

Null implementation of the Cache Compactor for use when the Cache implementation is well behaved and compacts its own trash.

Since:
v6.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.cache.CacheCompactor
CacheCompactor.CacheCompactionResult
 
Constructor Summary
NullCacheCompactor()
           
 
Method Summary
 CacheCompactor.CacheCompactionResult purgeExpiredCacheEntries()
          Removes expired entries from all caches.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullCacheCompactor

public NullCacheCompactor()
Method Detail

purgeExpiredCacheEntries

public CacheCompactor.CacheCompactionResult purgeExpiredCacheEntries()
Description copied from interface: CacheCompactor
Removes expired entries from all caches.

Specified by:
purgeExpiredCacheEntries in interface CacheCompactor


Copyright © 2002-2014 Atlassian. All Rights Reserved.