Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.acl.basic.cache
Class NullAclEntryCache  view NullAclEntryCache download NullAclEntryCache.java

java.lang.Object
  extended byorg.acegisecurity.acl.basic.cache.NullAclEntryCache
All Implemented Interfaces:
org.acegisecurity.acl.basic.BasicAclEntryCache

public class NullAclEntryCache
extends java.lang.Object
implements org.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.2 2005/11/17 00:56:47 benalex Exp $

Constructor Summary
NullAclEntryCache()
           
 
Method Summary
 org.acegisecurity.acl.basic.BasicAclEntry[] getEntriesFromCache(org.acegisecurity.acl.basic.AclObjectIdentity aclObjectIdentity)
          As nothing ever stored in the cache, will always return null.
 void putEntriesInCache(org.acegisecurity.acl.basic.BasicAclEntry[] basicAclEntry)
          Meets method signature but doesn't store in any cache.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullAclEntryCache

public NullAclEntryCache()
Method Detail

getEntriesFromCache

public org.acegisecurity.acl.basic.BasicAclEntry[] getEntriesFromCache(org.acegisecurity.acl.basic.AclObjectIdentity aclObjectIdentity)
As nothing ever stored in the cache, will always return null.

Specified by:
getEntriesFromCache in interface org.acegisecurity.acl.basic.BasicAclEntryCache

putEntriesInCache

public void putEntriesInCache(org.acegisecurity.acl.basic.BasicAclEntry[] basicAclEntry)
Meets method signature but doesn't store in any cache.

Specified by:
putEntriesInCache in interface org.acegisecurity.acl.basic.BasicAclEntryCache