An item of cached data, timestamped with the time it was cached, when it was locked,
when it was unlocked
The following tables list the members exposed by the CachedItem type.
Public Methods
| Name | Description | |
|---|---|---|
| IsGettable |
Is this item visible to the timestamped transaction?
| |
| IsPuttable |
Don't overwite already cached items
| |
| Lock |
Lock the item
| |
| ToString | (Overrides .ToString().) |
Public Constructors
| Name | Description | |
|---|---|---|
| CachedItemNew |
Public Properties
| Name | Description | |
|---|---|---|
| FreshTimestamp |
The timestamp on the cached data
| |
| IsLock |
Not a lock!
| |
| Value |
The actual cached data
|