java.lang.Object
net.sf.acegisecurity.acl.basic.cache.NullAclEntryCache
- All Implemented Interfaces:
- net.sf.acegisecurity.acl.basic.BasicAclEntryCache
- public class NullAclEntryCache
- extends java.lang.Object
- implements net.sf.acegisecurity.acl.basic.BasicAclEntryCache
Does not perform any caching.
Do not use in production settings, as ACL queries are likely to be
extensive.
- Version:
- $Id: NullAclEntryCache.java,v 1.1 2004/07/29 07:51:19 benalex Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullAclEntryCache
public NullAclEntryCache()
getEntriesFromCache
public net.sf.acegisecurity.acl.basic.BasicAclEntry[] getEntriesFromCache(net.sf.acegisecurity.acl.basic.AclObjectIdentity aclObjectIdentity)
- As nothing ever stored in the cache, will always return
null.
- Specified by:
getEntriesFromCache in interface net.sf.acegisecurity.acl.basic.BasicAclEntryCache
putEntriesInCache
public void putEntriesInCache(net.sf.acegisecurity.acl.basic.BasicAclEntry[] basicAclEntry)
- Meets method signature but doesn't store in any cache.
- Specified by:
putEntriesInCache in interface net.sf.acegisecurity.acl.basic.BasicAclEntryCache