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

The IConfigurableCacheEntry type exposes the following members.

Methods

  NameDescription
Public methodTouch
Indicate to the entry that it has been touched, such as when it is accessed or modified.

Properties

  NameDescription
Public propertyExpiryMillis
Get or set when the cache entry will expire, if ever.
Public propertyIsExpired
Determine if this entry has expired.
Public propertyKey
Gets the key corresponding to this entry.
(Inherited from ICacheEntry.)
Public propertyLastTouchMillis
Determine when the cache entry was last touched.
Public propertyTouchCount
Determine the number of times that the cache entry has been touched (since the touch count was last reset).
Public propertyUnits
Get or set the number of cache units used by this entry.
Public propertyValue
Gets or sets the value corresponding to this entry.
(Inherited from ICacheEntry.)

See Also