com.atlassian.confluence.security
Class PermissionCheckDispatcherResultCache
java.lang.Object
com.atlassian.confluence.security.PermissionCheckDispatcherResultCache
public class PermissionCheckDispatcherResultCache
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PermissionCheckDispatcherResultCache
public PermissionCheckDispatcherResultCache()
setCacheManager
public void setCacheManager(com.atlassian.cache.CacheManager cacheManager)
getFromCache
public Boolean getFromCache(String url)
putInCache
public void putInCache(String url,
boolean isPermitted)
removeFromCache
public void removeFromCache(String remoteUser)
flush
public void flush()