C# 클래스 Rebel.Framework.Configuration.Caching.LimitedLifetime

상속: System.Configuration.ConfigurationElement
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

보호된 프로퍼티들

프로퍼티 타입 설명
_providerType System.Type

Private Properties

프로퍼티 타입 설명
SetParent void

공개 메소드들

메소드 설명
GetAlternativeDefaultProviderTypes ( ) : IEnumerable
GetKnownDefaultProviderType ( ) : Type
GetPolicyElementFor ( object cacheKey ) : CachePolicyElement
GetPolicyFor ( object cacheKey ) : ICachePolicy
GetProviderType ( ) : Type
GetRules ( ) : IEnumerable

비공개 메소드들

메소드 설명
SetParent ( General general ) : void

메소드 상세

GetAlternativeDefaultProviderTypes() 공개 메소드

public GetAlternativeDefaultProviderTypes ( ) : IEnumerable
리턴 IEnumerable

GetKnownDefaultProviderType() 공개 메소드

public GetKnownDefaultProviderType ( ) : Type
리턴 System.Type

GetPolicyElementFor() 공개 메소드

public GetPolicyElementFor ( object cacheKey ) : CachePolicyElement
cacheKey object
리턴 CachePolicyElement

GetPolicyFor() 공개 메소드

public GetPolicyFor ( object cacheKey ) : ICachePolicy
cacheKey object
리턴 ICachePolicy

GetProviderType() 공개 메소드

public GetProviderType ( ) : Type
리턴 System.Type

GetRules() 공개 메소드

public GetRules ( ) : IEnumerable
리턴 IEnumerable

프로퍼티 상세

_providerType 보호되어 있는 프로퍼티

protected Type,System _providerType
리턴 System.Type