C# Class Cedar.Framework.Caching.Configuration.CachingSettings

Inheritance: Cedar.Core.Configuration.ServiceLocatableSettings
Mostrar archivo Open project: Chinaccn/surfboard

Private Properties

Property Type Description

Public Methods

Method Description
Configure ( IServiceLocator serviceLocator ) : void

Configures the specified service locator.

Method Details

Configure() public method

Configures the specified service locator.
public Configure ( IServiceLocator serviceLocator ) : void
serviceLocator IServiceLocator The service locator.
return void