C# Class System.Runtime.Caching.CacheUsage

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Свойство Type Description
CORRELATED_REQUEST_TIMEOUT System.TimeSpan
MIN_LIFETIME_FOR_USAGE System.TimeSpan
dateTimeIndex int
helper CacheUsageHelper
prevDateTime System.DateTime

Méthodes publiques

Méthode 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 méthode

public Add ( System.Runtime.Caching.MemoryCacheEntry entry ) : void
entry System.Runtime.Caching.MemoryCacheEntry
Résultat void

CacheUsage() public méthode

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

FlushUnderUsedItems() public méthode

public FlushUnderUsedItems ( int count ) : int
count int
Résultat int

Remove() public méthode

public Remove ( System.Runtime.Caching.MemoryCacheEntry entry ) : void
entry System.Runtime.Caching.MemoryCacheEntry
Résultat void

Update() public méthode

public Update ( System.Runtime.Caching.MemoryCacheEntry entry ) : void
entry System.Runtime.Caching.MemoryCacheEntry
Résultat void

Property Details

CORRELATED_REQUEST_TIMEOUT public_oe static_oe property

public static TimeSpan,System CORRELATED_REQUEST_TIMEOUT
Résultat System.TimeSpan

MIN_LIFETIME_FOR_USAGE public_oe static_oe property

public static TimeSpan,System MIN_LIFETIME_FOR_USAGE
Résultat System.TimeSpan

dateTimeIndex public_oe property

public int dateTimeIndex
Résultat int

helper public_oe static_oe property

public static CacheUsageHelper,System.Runtime.Caching helper
Résultat CacheUsageHelper

prevDateTime public_oe property

public DateTime,System prevDateTime
Résultat System.DateTime