C# Class Flatwhite.CacheItem

A cache item object that keeps some details about the data to be cached
ファイルを表示 Open project: vanthoainguyen/Flatwhite Class Usage Examples

Public Methods

Method Description
IsStale ( ) : bool

Return true if the cache item is started to stale

Private Methods

Method Description
CloneWithoutData ( ) : CacheItem
GetRefreshTime ( ) : System.TimeSpan

Get next refresh time

Method Details

IsStale() public method

Return true if the cache item is started to stale
public IsStale ( ) : bool
return bool