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
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)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.