LocalCacheEntry Class |
Namespace: Tangosol.Net.Cache
public class Entry : IInvocableCacheEntry, IConfigurableCacheEntry, ICacheEntry
The LocalCacheEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | LocalCacheEntry |
Construct the cacheable entry that holds the cached value.
|
Name | Description | |
---|---|---|
![]() | Cache |
Parent cache.
|
![]() | CreatedMillis |
Determine when the cache entry was created.
|
![]() | ExpiryMillis |
Determine when the cache entry will expire, if ever.
|
![]() | IsDiscarded |
Determine if this entry has already been discarded from the
cache.
|
![]() | IsExpired |
Determine if the cache entry has expired.
|
![]() | IsPresent |
Determine if this entry exists in the cache.
|
![]() | Key |
Gets the key corresponding to this entry.
|
![]() | LastTouchMillis |
Determine when the cache entry was last touched.
|
![]() | Priority |
Calculate a cache priority.
|
![]() | TouchCount |
Determine the number of times that the cache entry has been
touched.
|
![]() | Units |
Determine the number of cache units used by this Entry.
|
![]() | Value |
Gets or sets the value corresponding to this entry.
|
Name | Description | |
---|---|---|
![]() | CalculateUnits |
Calculate a cache cost for the specified object.
|
![]() | Discard |
Called to inform the Entry that it is no longer used.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Extract |
Extract a value out of the entry's value.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOfMSB |
Determine the most significant bit of the passed integral
value.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Remove this entry from the cache if it is present in the cache.
|
![]() | ResetTouchCount |
Reset the number of times that the cache entry has been
touched.
|
![]() | ScheduleExpiry |
Reschedule the cache entry expiration.
|
![]() | SetValue |
Store the value corresponding to this entry.
|
![]() | ToString |
Render the cache entry as a string.
(Overrides ObjectToString.) |
![]() | Touch |
Called each time the entry is accessed or modified.
|
![]() | Update |
Update the entry's value.
|
Name | Description | |
---|---|---|
![]() ![]() | (LocalCacheEntry to DictionaryEntry) |
Converts Entry to DictionaryEntry.
|
![]() ![]() | (LocalCacheEntry to CacheEntry) |
Converts Entry to CacheEntry.
|