com.atlassian.crowd.manager.directory.cache
Interface DirectoryCacheManager

All Known Implementing Classes:
DirectoryCacheManagerImpl

public interface DirectoryCacheManager


Method Summary
 DirectoryCache getCache(long directoryID)
           
 boolean hasCache(long directoryID)
           
 void removeCache(long directoryID)
           
 DirectoryCache resetCache(long directoryID)
           
 

Method Detail

hasCache

boolean hasCache(long directoryID)

getCache

DirectoryCache getCache(long directoryID)
                        throws java.lang.InstantiationException
Throws:
java.lang.InstantiationException

removeCache

void removeCache(long directoryID)

resetCache

DirectoryCache resetCache(long directoryID)
                          throws java.lang.InstantiationException
Throws:
java.lang.InstantiationException


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.