C# Class Infinispan.HotRod.Wrappers.MetadataValue

Inheritance: VersionedValue
显示文件 Open project: infinispan/dotnet-client

Public Methods

Method Description
GetCreated ( ) : long
GetLastUsed ( ) : long
GetLifespan ( ) : int
GetMaxIdle ( ) : int

Private Methods

Method Description
MetadataValue ( Infinispan value ) : System

Method Details

GetCreated() public method

public GetCreated ( ) : long
return long

GetLastUsed() public method

public GetLastUsed ( ) : long
return long

GetLifespan() public method

public GetLifespan ( ) : int
return int

GetMaxIdle() public method

public GetMaxIdle ( ) : int
return int