Provides a cache of
BasicAclEntry objects.
Implementations should provide appropriate methods to set their cache
parameters (eg time-to-live) and/or force removal of entities before their
normal expiration. These are not part of the
BasicAclEntryCache interface contract because they vary
depending on the type of caching system used (eg in-memory vs disk vs
cluster vs hybrid).
author: Ben Alex version: $Id: BasicAclEntryCache.java 1784 2007-02-24 21:00:24Z luke_t $ |