C# Класс System.Runtime.Caching.CacheExpires

Наследование: CacheEntryCollection
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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