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 IInvocableCacheEntry type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Extract |
Extract a value out of the entry's value.
| |
| Remove |
Remove this entry from the cache if it is present in the cache.
| |
| SetValue |
Store the value corresponding to this entry.
| |
| Update |
Update the entry's value.
|
Properties
| Name | Description | |
|---|---|---|
| IsPresent |
Determine if this entry exists in the cache.
| |
| Key |
Gets the key corresponding to this entry.
(Inherited from ICacheEntry.) | |
| Key |
Gets the key corresponding to this entry.
| |
| Value |
Gets or sets the value corresponding to this entry.
(Inherited from ICacheEntry.) | |
| Value |
Gets or sets the value corresponding to this entry.
|