|
JBoss Data Grid HotRod C# Client
7.1.0
|
Besides the value, also contains a version and expiration information. Time values are server time representations. More...
Public Member Functions | |
| long | GetCreated () |
| Time when entry was created. -1 for immortal entries. More... | |
| int | GetLifespan () |
| Lifespan of the entry in seconds. Negative values are interpreted as unlimited lifespan. More... | |
| long | GetLastUsed () |
| Time when entry was last used. -1 for immortal entries. More... | |
| int | GetMaxIdle () |
| The maximum amount of time (in seconds) this key is allowed to be idle for before it is considered as expired. More... | |
Public Member Functions inherited from Infinispan.HotRod.IVersionedValue< V > | |
| V | GetValue () |
| The actual value. More... | |
| ulong | GetVersion () |
| Returns the versioned associated with the value. More... | |
Besides the value, also contains a version and expiration information. Time values are server time representations.
| long Infinispan.HotRod.IMetadataValue< V >.GetCreated | ( | ) |
Time when entry was created. -1 for immortal entries.
| long Infinispan.HotRod.IMetadataValue< V >.GetLastUsed | ( | ) |
Time when entry was last used. -1 for immortal entries.
| int Infinispan.HotRod.IMetadataValue< V >.GetLifespan | ( | ) |
Lifespan of the entry in seconds. Negative values are interpreted as unlimited lifespan.
| int Infinispan.HotRod.IMetadataValue< V >.GetMaxIdle | ( | ) |
The maximum amount of time (in seconds) this key is allowed to be idle for before it is considered as expired.
1.8.11