com.atlassian.crowd.manager.directory.cache
Interface DirectoryCacheManager
- All Known Implementing Classes:
- DirectoryCacheManagerImpl
public interface DirectoryCacheManager
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.