C# 클래스 SenseNet.ContentRepository.ApplicationCache

상속: IApplicationCache
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
GetPaths ( string appTypeName ) : IEnumerable
Invalidate ( string appTypeName, string path ) : void

비공개 메소드들

메소드 설명
ApplicationCache ( ) : System
BuildCacheData ( string appTypeName ) : string
CreateApplicationCache ( string appTypeName ) : ApplicationCacheFile
GetAppCacheRoot ( ) : Node
LoadCacheFile ( string appTypeName ) : ApplicationCacheFile
SearchData ( string appTypeName ) : List

메소드 상세

GetPaths() 공개 메소드

public GetPaths ( string appTypeName ) : IEnumerable
appTypeName string
리턴 IEnumerable

Invalidate() 공개 메소드

public Invalidate ( string appTypeName, string path ) : void
appTypeName string
path string
리턴 void