C# Class WebGAC.Core.WebDAVCache

Afficher le fichier Open project: paulj/webgac

Méthodes publiques

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

Private Methods

Méthode Description
GetCacheLocation ( string pCollection ) : string

Method Details

GetContent() public méthode

public GetContent ( string pCollection ) : string
pCollection string
Résultat string

Invalidate() public méthode

public Invalidate ( string pCollection ) : void
pCollection string
Résultat void

StoreContent() public méthode

public StoreContent ( string pCollection, string pContent ) : void
pCollection string
pContent string
Résultat void

WebDAVCache() public méthode

public WebDAVCache ( CacheLocationDelegate pCacheLocation, string pFileName ) : System
pCacheLocation CacheLocationDelegate
pFileName string
Résultat System