C# 클래스 Flatwhite.CacheItem

A cache item object that keeps some details about the data to be cached
파일 보기 프로젝트 열기: vanthoainguyen/Flatwhite 1 사용 예제들

공개 메소드들

메소드 설명
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