C# Class Contrib.Cache.Database.Services.DatabaseOutputCacheBackgroundTask

Inheritance: IBackgroundTask
Show file Open project: CloudMetal/Contrib.Cache.Database

Public Methods

Method Description
DatabaseOutputCacheBackgroundTask ( IOutputCacheStorageProvider outputCacheStorageProvider ) : Contrib.Cache.Services
Sweep ( ) : void

Method Details

DatabaseOutputCacheBackgroundTask() public method

public DatabaseOutputCacheBackgroundTask ( IOutputCacheStorageProvider outputCacheStorageProvider ) : Contrib.Cache.Services
outputCacheStorageProvider IOutputCacheStorageProvider
return Contrib.Cache.Services

Sweep() public method

public Sweep ( ) : void
return void