Property | Type | Description | |
---|---|---|---|
EXPIRATIONS_INTERVAL | TimeSpan | ||
MIN_UPDATE_DELTA | TimeSpan | ||
helper |
Method | Description | |
---|---|---|
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 | |
return | void |
public CacheExpires ( System.Runtime.Caching.MemoryCacheStore store ) : System.Threading | ||
store | System.Runtime.Caching.MemoryCacheStore | |
return | System.Threading |
public EnableExpirationTimer ( bool enable ) : void | ||
enable | bool | |
return | void |
public FlushExpiredItems ( bool blockInsert ) : int | ||
blockInsert | bool | |
return | int |
public Remove ( System.Runtime.Caching.MemoryCacheEntry entry ) : void | ||
entry | System.Runtime.Caching.MemoryCacheEntry | |
return | void |
public UtcUpdate ( System.Runtime.Caching.MemoryCacheEntry entry, DateTime utcAbsExp ) : void | ||
entry | System.Runtime.Caching.MemoryCacheEntry | |
utcAbsExp | DateTime | |
return | void |
public static TimeSpan EXPIRATIONS_INTERVAL | ||
return | TimeSpan |
public static TimeSpan MIN_UPDATE_DELTA | ||
return | TimeSpan |