JBoss Data Grid HotRod C# Client  7.2.0
Public Member Functions | List of all members
Infinispan.HotRod.IMetadataValue< V > Interface Template Reference

Besides the value, also contains a version and expiration information. Time values are server time representations. More...

Inheritance diagram for Infinispan.HotRod.IMetadataValue< V >:
Infinispan.HotRod.IVersionedValue< V >

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 >
GetValue ()
 The actual value. More...
 
ulong GetVersion ()
 Returns the versioned associated with the value. More...
 

Detailed Description

Besides the value, also contains a version and expiration information. Time values are server time representations.

Member Function Documentation

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.


The documentation for this interface was generated from the following file: