C# Class Flatwhite.CacheItem

A cache item object that keeps some details about the data to be cached
Afficher le fichier Open project: vanthoainguyen/Flatwhite Class Usage Examples

Méthodes publiques

Méthode Description
IsStale ( ) : bool

Return true if the cache item is started to stale

Private Methods

Méthode Description
CloneWithoutData ( ) : CacheItem
GetRefreshTime ( ) : System.TimeSpan

Get next refresh time

Method Details

IsStale() public méthode

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