Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The LocalCache type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberDEFAULT_EXPIRE
By default, the cache entries never expire.
Public fieldStatic memberDEFAULT_FLUSH
By default, expired cache entries are flushed on a minute interval.
Protected fieldDEFAULT_KEY_MASK
The default key mask that ignores nothing.
Public fieldStatic memberDEFAULT_PRUNE
By default, when the cache prunes, it reduces its entries by 25%, meaning it retains 75% (.75) of its entries.
Public fieldStatic memberDEFAULT_UNITS
By default, the cache size (in units) is infinite.
Protected fieldm_avgTouch
For a prune cycle, this value is the average number of touches that an entry should have. This value is used by the hybrid eviction policy.
Protected fieldm_dict
Wrapped, non-thread safe dictionary.
(Inherited from SynchronizedDictionary.)
Protected fieldm_lastPrune
The last time that a prune was run. This value is used by the hybrid eviction policy.

See Also