Entry Properties | 
The LocalCacheEntry type exposes the following members.
| 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.
              |