C# Class VSEmbed.Services.StubVsFontAndColorCacheManager

Inheritance: IVsFontAndColorCacheManager
Datei anzeigen Open project: SLaks/VSEmbed

Public Methods

Method Description
CheckCache ( System.Guid &rguidCategory, int &pfHasData ) : int
CheckCacheable ( System.Guid &rguidCategory, int &pfCacheable ) : int
ClearAllCaches ( ) : int
ClearCache ( System.Guid &rguidCategory ) : int
RefreshCache ( System.Guid &rguidCategory ) : int

Method Details

CheckCache() public method

public CheckCache ( System.Guid &rguidCategory, int &pfHasData ) : int
rguidCategory System.Guid
pfHasData int
return int

CheckCacheable() public method

public CheckCacheable ( System.Guid &rguidCategory, int &pfCacheable ) : int
rguidCategory System.Guid
pfCacheable int
return int

ClearAllCaches() public method

public ClearAllCaches ( ) : int
return int

ClearCache() public method

public ClearCache ( System.Guid &rguidCategory ) : int
rguidCategory System.Guid
return int

RefreshCache() public method

public RefreshCache ( System.Guid &rguidCategory ) : int
rguidCategory System.Guid
return int