Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The IConfigurableCacheEntry type exposes the following members.

Methods

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

Properties

  NameDescription
ExpiryMillis
Get or set when the cache entry will expire, if ever.
IsExpired
Determine if this entry has expired.
Key
Gets the key corresponding to this entry.
(Inherited from ICacheEntry.)
LastTouchMillis
Determine when the cache entry was last touched.
TouchCount
Determine the number of times that the cache entry has been touched (since the touch count was last reset).
Units
Get or set the number of cache units used by this entry.
Value
Gets or sets the value corresponding to this entry.
(Inherited from ICacheEntry.)

See Also