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.

Methods

  NameDescription
Public methodCalculateUnits
Calculate a cache cost for the specified object.
Protected methodDiscard
Called to inform the Entry that it is no longer used.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExtract
Extract a value out of the entry's value.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOfMSB
Determine the most significant bit of the passed integral value.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Remove this entry from the cache if it is present in the cache.
Public methodResetTouchCount
Reset the number of times that the cache entry has been touched.
Protected methodScheduleExpiry
Reschedule the cache entry expiration.
Public methodSetValue
Store the value corresponding to this entry.
Public methodToString
Render the cache entry as a string.
(Overrides Object..::..ToString()()()().)
Public methodTouch
Called each time the entry is accessed or modified.
Public methodUpdate
Update the entry's value.

See Also