public class NullAclEntryCache extends Object implements BasicAclEntryCache
Do not use in production settings, as ACL queries are likely to be extensive.
Constructor and Description |
---|
NullAclEntryCache() |
Modifier and Type | Method and Description |
---|---|
BasicAclEntry[] |
getEntriesFromCache(AclObjectIdentity aclObjectIdentity)
As nothing ever stored in the cache, will always return
null . |
void |
putEntriesInCache(BasicAclEntry[] basicAclEntry)
Meets method signature but doesn't store in any cache.
|
void |
removeEntriesFromCache(AclObjectIdentity aclObjectIdentity)
Meets method signature but doesn't remove from cache.
|
public BasicAclEntry[] getEntriesFromCache(AclObjectIdentity aclObjectIdentity)
null
.getEntriesFromCache
in interface BasicAclEntryCache
aclObjectIdentity
- ignorednull
public void putEntriesInCache(BasicAclEntry[] basicAclEntry)
putEntriesInCache
in interface BasicAclEntryCache
basicAclEntry
- ignoredpublic void removeEntriesFromCache(AclObjectIdentity aclObjectIdentity)
removeEntriesFromCache
in interface BasicAclEntryCache
aclObjectIdentity
- ignoredCopyright © 2019. All rights reserved.