Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The IConfigurableCacheEntry type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Touch |
Indicate to the entry that it has been touched, such as when it is
accessed or modified.
|
Properties
Name | Description | |
---|---|---|
![]() | 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.) |