C# Class FS.Cache.DynamicTypeCacheManager

动态类型缓存管理
显示文件 Open project: FarseerNet/Farseer.Net.DI

Public Methods

Method Description
GetCache ( Type key ) : Type

获取缓存

Private Methods

Method Description
DynamicTypeCacheManager ( Type key ) : FS.DI.DynamicProxy
GetValue ( ) : Type
SetCacheLock ( ) : Type

Method Details

GetCache() public static method

获取缓存
public static GetCache ( Type key ) : Type
key System.Type
return System.Type