C# 클래스 Framework.Mvc.Resources.YamlResourceCacheHolder

YAML resources collection.
상속: IResourceCachesHolder
파일 보기 프로젝트 열기: coreframework/Core-Framework 1 사용 예제들

공개 메소드들

메소드 설명
ContainsCache ( String cacheKey ) : bool

Determines whether the specified cache key contains cache.

GetCache ( String scope ) : IResourceCache

Gets the cache.

YamlResourceCacheHolder ( Framework.Core.Configuration.Environment environment, String defaultResourcesPath ) : System

Initializes a new instance of the YamlResourceCacheHolder class.

메소드 상세

ContainsCache() 공개 메소드

Determines whether the specified cache key contains cache.
public ContainsCache ( String cacheKey ) : bool
cacheKey String The cache key.
리턴 bool

GetCache() 공개 메소드

Gets the cache.
public GetCache ( String scope ) : IResourceCache
scope String The scope.
리턴 IResourceCache

YamlResourceCacheHolder() 공개 메소드

Initializes a new instance of the YamlResourceCacheHolder class.
public YamlResourceCacheHolder ( Framework.Core.Configuration.Environment environment, String defaultResourcesPath ) : System
environment Framework.Core.Configuration.Environment The environment.
defaultResourcesPath String The default resources path.
리턴 System