Used by
EhCacheBasedAclEntryCache to store the array of BasicAclEntry s in the cache.This
is necessary because caches store a single object per key, not an array.
This class uses value object semantics. ie: construction-based initialisation without any setters for the
properties.
author: Ben Alex version: $Id: BasicAclEntryHolder.java 1496 2006-05-23 13:38:33Z benalex $ |