com.application.areca.cache
Class EvictionManager

java.lang.Object
  extended by com.application.areca.cache.EvictionManager

public class EvictionManager
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
EvictionManager()
           
 
Method Summary
 boolean gcIfNeeded()
           
static EvictionManager getInstance()
           
 void registerCache(AbstractArchiveDataCache cache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvictionManager

public EvictionManager()
Method Detail

getInstance

public static EvictionManager getInstance()

registerCache

public void registerCache(AbstractArchiveDataCache cache)

gcIfNeeded

public boolean gcIfNeeded()