C# 클래스 WebGAC.Core.WebDAVCache

파일 보기 프로젝트 열기: paulj/webgac

공개 메소드들

메소드 설명
GetContent ( string pCollection ) : string
Invalidate ( string pCollection ) : void
StoreContent ( string pCollection, string pContent ) : void
WebDAVCache ( CacheLocationDelegate pCacheLocation, string pFileName ) : System

비공개 메소드들

메소드 설명
GetCacheLocation ( string pCollection ) : string

메소드 상세

GetContent() 공개 메소드

public GetContent ( string pCollection ) : string
pCollection string
리턴 string

Invalidate() 공개 메소드

public Invalidate ( string pCollection ) : void
pCollection string
리턴 void

StoreContent() 공개 메소드

public StoreContent ( string pCollection, string pContent ) : void
pCollection string
pContent string
리턴 void

WebDAVCache() 공개 메소드

public WebDAVCache ( CacheLocationDelegate pCacheLocation, string pFileName ) : System
pCacheLocation CacheLocationDelegate
pFileName string
리턴 System