IConfigurableCacheEntry Interface | 
Namespace: Tangosol.Net.Cache
public interface IConfigurableCacheEntry : ICacheEntry
The IConfigurableCacheEntry type exposes the following members.
| 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.) | 
| Name | Description | |
|---|---|---|
| Touch | 
            Indicate to the entry that it has been touched, such as when it is
            accessed or modified.
              |