C# 클래스 Aqueduct.SitecoreLib.DataAccess.EntityCache

파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ISitecoreDomainEntity entity ) : void
Clear ( ) : void
Contains ( System.Guid id, Type entityType ) : bool
Get ( System.Guid id, Type entityType ) : ISitecoreDomainEntity

비공개 메소드들

메소드 설명
EntityCache ( ) : System
GetCache ( ) : EntityCache
SetCache ( EntityCache scope ) : void

메소드 상세

Add() 공개 메소드

public Add ( ISitecoreDomainEntity entity ) : void
entity ISitecoreDomainEntity
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( System.Guid id, Type entityType ) : bool
id System.Guid
entityType System.Type
리턴 bool

Get() 공개 메소드

public Get ( System.Guid id, Type entityType ) : ISitecoreDomainEntity
id System.Guid
entityType System.Type
리턴 ISitecoreDomainEntity