Spring Security Framework

org.springframework.security.acls.jdbc
Interface AclCache

All Known Implementing Classes:
EhCacheBasedAclCache

public interface AclCache

A caching layer for JdbcAclService.

Version:
$Id$
Author:
Ben Alex

Method Summary
 void evictFromCache(ObjectIdentity objectIdentity)
           
 void evictFromCache(Serializable pk)
           
 MutableAcl getFromCache(ObjectIdentity objectIdentity)
           
 MutableAcl getFromCache(Serializable pk)
           
 void putInCache(MutableAcl acl)
           
 

Method Detail

evictFromCache

void evictFromCache(Serializable pk)

evictFromCache

void evictFromCache(ObjectIdentity objectIdentity)

getFromCache

MutableAcl getFromCache(ObjectIdentity objectIdentity)

getFromCache

MutableAcl getFromCache(Serializable pk)

putInCache

void putInCache(MutableAcl acl)

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.