Свойство | Тип | Описание | |
---|---|---|---|
EXPIRATIONS_INTERVAL | TimeSpan | ||
MIN_UPDATE_DELTA | TimeSpan | ||
helper |
Метод | Описание | |
---|---|---|
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 |
public Add ( System.Runtime.Caching.MemoryCacheEntry entry ) : void | ||
entry | System.Runtime.Caching.MemoryCacheEntry | |
Результат | void |
public CacheExpires ( System.Runtime.Caching.MemoryCacheStore store ) : System.Threading | ||
store | System.Runtime.Caching.MemoryCacheStore | |
Результат | System.Threading |
public EnableExpirationTimer ( bool enable ) : void | ||
enable | bool | |
Результат | void |
public FlushExpiredItems ( bool blockInsert ) : int | ||
blockInsert | bool | |
Результат | int |
public Remove ( System.Runtime.Caching.MemoryCacheEntry entry ) : void | ||
entry | System.Runtime.Caching.MemoryCacheEntry | |
Результат | void |
public UtcUpdate ( System.Runtime.Caching.MemoryCacheEntry entry, DateTime utcAbsExp ) : void | ||
entry | System.Runtime.Caching.MemoryCacheEntry | |
utcAbsExp | DateTime | |
Результат | void |
public static TimeSpan EXPIRATIONS_INTERVAL | ||
Результат | TimeSpan |
public static TimeSpan MIN_UPDATE_DELTA | ||
Результат | TimeSpan |