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

The LocalCache..::..Entry type exposes the following members.

Properties

  NameDescription
Public propertyCache
Parent cache.
Public propertyCreatedMillis
Determine when the cache entry was created.
Public propertyExpiryMillis
Determine when the cache entry will expire, if ever.
Protected propertyIsDiscarded
Determine if this entry has already been discarded from the cache.
Public propertyIsExpired
Determine if the cache entry has expired.
Public propertyIsPresent
Determine if this entry exists in the cache.
Public propertyKey
Gets the key corresponding to this entry.
Public propertyLastTouchMillis
Determine when the cache entry was last touched.
Public propertyPriority
Calculate a cache priority.
Public propertyTouchCount
Determine the number of times that the cache entry has been touched.
Public propertyUnits
Determine the number of cache units used by this Entry.
Public propertyValue
Gets or sets the value corresponding to this entry.

See Also