CacheEntryEvent is the object created when an event occurs on a
cache entry (Add, update, remove, flush). It contains the entry itself and
its map.
version: $Revision: 254 $ author: Francois Beauregard
Constructs a cache entry event object with no specified origin
Parameters: map - The cache map of the cache entry Parameters: entry - The cache entry that the event applies to
Constructs a cache entry event object
Parameters: map - The cache map of the cache entry Parameters: entry - The cache entry that the event applies to Parameters: origin - The origin of this event