C# 클래스 System.Runtime.Caching.CacheExpires

상속: CacheEntryCollection
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EXPIRATIONS_INTERVAL TimeSpan
MIN_UPDATE_DELTA TimeSpan
helper CacheExpiresHelper

공개 메소드들

메소드 설명
Add ( System.Runtime.Caching.MemoryCacheEntry entry ) : void
CacheExpires ( System.Runtime.Caching.MemoryCacheStore store ) : System.Threading
EnableExpirationTimer ( bool enable ) : void
FlushExpiredItems ( bool blockInsert ) : int
Remove ( System.Runtime.Caching.MemoryCacheEntry entry ) : void
UtcUpdate ( System.Runtime.Caching.MemoryCacheEntry entry, DateTime utcAbsExp ) : void

메소드 상세

Add() 공개 메소드

public Add ( System.Runtime.Caching.MemoryCacheEntry entry ) : void
entry System.Runtime.Caching.MemoryCacheEntry
리턴 void

CacheExpires() 공개 메소드

public CacheExpires ( System.Runtime.Caching.MemoryCacheStore store ) : System.Threading
store System.Runtime.Caching.MemoryCacheStore
리턴 System.Threading

EnableExpirationTimer() 공개 메소드

public EnableExpirationTimer ( bool enable ) : void
enable bool
리턴 void

FlushExpiredItems() 공개 메소드

public FlushExpiredItems ( bool blockInsert ) : int
blockInsert bool
리턴 int

Remove() 공개 메소드

public Remove ( System.Runtime.Caching.MemoryCacheEntry entry ) : void
entry System.Runtime.Caching.MemoryCacheEntry
리턴 void

UtcUpdate() 공개 메소드

public UtcUpdate ( System.Runtime.Caching.MemoryCacheEntry entry, DateTime utcAbsExp ) : void
entry System.Runtime.Caching.MemoryCacheEntry
utcAbsExp DateTime
리턴 void

프로퍼티 상세

EXPIRATIONS_INTERVAL 공개적으로 정적으로 프로퍼티

public static TimeSpan EXPIRATIONS_INTERVAL
리턴 TimeSpan

MIN_UPDATE_DELTA 공개적으로 정적으로 프로퍼티

public static TimeSpan MIN_UPDATE_DELTA
리턴 TimeSpan

helper 공개적으로 정적으로 프로퍼티

public static CacheExpiresHelper,System.Runtime.Caching helper
리턴 CacheExpiresHelper