Method | Description | |
---|---|---|
GetContent ( string pCollection ) : string | ||
Invalidate ( string pCollection ) : void | ||
StoreContent ( string pCollection, string pContent ) : void | ||
WebDAVCache ( CacheLocationDelegate pCacheLocation, string pFileName ) : System |
Method | Description | |
---|---|---|
GetCacheLocation ( string pCollection ) : string |
public GetContent ( string pCollection ) : string | ||
pCollection | string | |
return | string |
public Invalidate ( string pCollection ) : void | ||
pCollection | string | |
return | void |
public StoreContent ( string pCollection, string pContent ) : void | ||
pCollection | string | |
pContent | string | |
return | void |
public WebDAVCache ( CacheLocationDelegate pCacheLocation, string pFileName ) : System | ||
pCacheLocation | CacheLocationDelegate | |
pFileName | string | |
return | System |