Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
ICache implementation that wraps two caches - a
front cache (assumed to be "inexpensive" and probably
"incomplete") and a back cache (assumed to be "complete" and
"correct", but more "expensive") - using a read-through/write-through
approach.
The CompositeCache..::.FrontCacheListener type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CompositeCache..::.FrontCacheListener |
Constructor that passes the reference of the parent object.
|
Methods
| Name | Description | |
|---|---|---|
| EntryDeleted |
Invoked when a cache entry has been deleted.
(Overrides AbstractCacheListener..::.EntryDeleted(CacheEventArgs).) | |
| EntryInserted |
Invoked when a cache entry has been inserted.
(Inherited from AbstractCacheListener.) | |
| EntryUpdated |
Invoked when a cache entry has been updated.
(Inherited from AbstractCacheListener.) | |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Register |
Register this listener with the "front" cache.
| |
Returns a (Inherited from | ||
| Unregister |
Unregister this listener with the "front" cache.
|
Fields
| Name | Description | |
|---|---|---|
| m_filter |
The filter associated with this listener.
|