com.atlassian.confluence.cache
Interface CacheCompactor

All Known Subinterfaces:
ClusterCacheCompactor
All Known Implementing Classes:
EhCacheCompactor, HazelcastCacheCompactor, NoopClusterCacheCompactor

public interface CacheCompactor

Interface indicting a class can 'compact' caches. This can take the form of evicting elements, or flushing a whole cache


Method Summary
 void compact()
          Perform the compaction
 

Method Detail

compact

void compact()
Perform the compaction



Copyright © 2003–2015 Atlassian. All rights reserved.