C# Class WebGAC.Core.WebDAVCache

ファイルを表示 Open project: paulj/webgac

Public Methods

Method Description
GetContent ( string pCollection ) : string
Invalidate ( string pCollection ) : void
StoreContent ( string pCollection, string pContent ) : void
WebDAVCache ( CacheLocationDelegate pCacheLocation, string pFileName ) : System

Private Methods

Method Description
GetCacheLocation ( string pCollection ) : string

Method Details

GetContent() public method

public GetContent ( string pCollection ) : string
pCollection string
return string

Invalidate() public method

public Invalidate ( string pCollection ) : void
pCollection string
return void

StoreContent() public method

public StoreContent ( string pCollection, string pContent ) : void
pCollection string
pContent string
return void

WebDAVCache() public method

public WebDAVCache ( CacheLocationDelegate pCacheLocation, string pFileName ) : System
pCacheLocation CacheLocationDelegate
pFileName string
return System