Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Ivony
Caching
MemoryCacheProvider.Configuration
C# Class Ivony.Caching.MemoryCacheProvider.Configuration
MemoryCache 配置信息
显示文件
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