C# Class System.Runtime.Caching.CacheUsage

ファイルを表示 Open project: kumpera/mono Class Usage Examples

Public Properties

Property Type Description
CORRELATED_REQUEST_TIMEOUT System.TimeSpan
MIN_LIFETIME_FOR_USAGE System.TimeSpan
dateTimeIndex int
helper CacheUsageHelper
prevDateTime System.DateTime

Public Methods

Method Description
Add ( System.Runtime.Caching.MemoryCacheEntry entry ) : void
CacheUsage ( System.Runtime.Caching.MemoryCacheStore store )
FlushUnderUsedItems ( int count ) : int
Remove ( System.Runtime.Caching.MemoryCacheEntry entry ) : void
Update ( System.Runtime.Caching.MemoryCacheEntry entry ) : void

Method Details

Add() public method

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

CacheUsage() public method

public CacheUsage ( System.Runtime.Caching.MemoryCacheStore store )
store System.Runtime.Caching.MemoryCacheStore

FlushUnderUsedItems() public method

public FlushUnderUsedItems ( int count ) : int
count int
return int

Remove() public method

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

Update() public method

public Update ( System.Runtime.Caching.MemoryCacheEntry entry ) : void
entry System.Runtime.Caching.MemoryCacheEntry
return void

Property Details

CORRELATED_REQUEST_TIMEOUT public_oe static_oe property

public static TimeSpan,System CORRELATED_REQUEST_TIMEOUT
return System.TimeSpan

MIN_LIFETIME_FOR_USAGE public_oe static_oe property

public static TimeSpan,System MIN_LIFETIME_FOR_USAGE
return System.TimeSpan

dateTimeIndex public_oe property

public int dateTimeIndex
return int

helper public_oe static_oe property

public static CacheUsageHelper,System.Runtime.Caching helper
return CacheUsageHelper

prevDateTime public_oe property

public DateTime,System prevDateTime
return System.DateTime