C# Class Ivony.Caching.MemoryCacheProvider.Configuration

MemoryCache 配置信息
Mostra file Open project: Ivony/Ivony.Caching

Private Properties

Property Type Description

Public Methods

Method Description
Configuration ( ) : System

创建 Configuration 对象

this ( string name ) : string

获取指定配置的值

Method Details

Configuration() public method

创建 Configuration 对象
public Configuration ( ) : System
return System

this() public method

获取指定配置的值
public this ( string name ) : string
name string 配置名
return string