C# Class Rebel.Framework.Context.DefaultFrameworkCaches

Inheritance: System.DisposableObject, IFrameworkCaches
ファイルを表示 Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
DefaultFrameworkCaches ( AbstractCacheProvider limitedLifetime, AbstractCacheProvider extendedLifetime ) : System

Protected Methods

Method Description
DisposeResources ( ) : void

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.

Method Details

DefaultFrameworkCaches() public method

public DefaultFrameworkCaches ( AbstractCacheProvider limitedLifetime, AbstractCacheProvider extendedLifetime ) : System
limitedLifetime AbstractCacheProvider
extendedLifetime AbstractCacheProvider
return System

DisposeResources() protected method

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.
protected DisposeResources ( ) : void
return void