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..::.BackCacheListener type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CompositeCache..::.BackCacheListener |
Constructor that passes the reference of the parent object.
|
Methods
| Name | Description | |
|---|---|---|
| EntryDeleted |
Invoked when a cache entry has been deleted.
(Inherited from MultiplexingCacheListener.) | |
| EntryInserted |
Invoked when a cache entry has been inserted.
(Inherited from MultiplexingCacheListener.) | |
| EntryUpdated |
Invoked when a cache entry has been updated.
(Inherited from MultiplexingCacheListener.) | |
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 | ||
| OnCacheEvent |
Invoked for any event.
(Overrides MultiplexingCacheListener..::.OnCacheEvent(CacheEventArgs).) | |
Returns a (Inherited from |