C# Класс Flatwhite.CacheItem

A cache item object that keeps some details about the data to be cached
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsStale ( ) : bool

Return true if the cache item is started to stale

Приватные методы

Метод Описание
CloneWithoutData ( ) : CacheItem
GetRefreshTime ( ) : System.TimeSpan

Get next refresh time

Описание методов

IsStale() публичный Метод

Return true if the cache item is started to stale
public IsStale ( ) : bool
Результат bool