C# 클래스 Hiro.Web.CacheRegistry

Represents a helper class that makes it easier to debug cache requests from a IMicroContainer instance.
파일 보기 프로젝트 열기: philiplaureano/Hiro

공개 메소드들

메소드 설명
GetCache ( IMicroContainer container ) : ICache

Obtains a cache instance from the given container.

메소드 상세

GetCache() 공개 정적인 메소드

Obtains a cache instance from the given container.
public static GetCache ( IMicroContainer container ) : ICache
container IMicroContainer The container that contains the instance.
리턴 ICache