com.atlassian.crowd.integration.service.cache
Class CacheExpiryManagerImpl

java.lang.Object
  extended by com.atlassian.crowd.integration.service.cache.CacheExpiryManagerImpl
All Implemented Interfaces:
CacheExpiryManager

public class CacheExpiryManagerImpl
extends java.lang.Object
implements CacheExpiryManager


Constructor Summary
CacheExpiryManagerImpl(BasicCache basicCache)
           
 
Method Summary
 void flush()
          Expires/flushes/clears all the caches.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheExpiryManagerImpl

public CacheExpiryManagerImpl(BasicCache basicCache)
Method Detail

flush

public void flush()
Description copied from interface: CacheExpiryManager
Expires/flushes/clears all the caches.

Specified by:
flush in interface CacheExpiryManager


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.