C# 클래스 Ivony.Caching.MemoryCacheProvider.Configuration

MemoryCache 配置信息
파일 보기 프로젝트 열기: Ivony/Ivony.Caching

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Configuration ( ) : System

创建 Configuration 对象

this ( string name ) : string

获取指定配置的值

메소드 상세

Configuration() 공개 메소드

创建 Configuration 对象
public Configuration ( ) : System
리턴 System

this() 공개 메소드

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