C# Class CkanDotNet.Web.Controllers.CacheController

Inheritance: Controller
Show file Open project: opencolorado/.NET-Wrapper-for-CKAN-API

Public Methods

Method Description
Clear ( string token, string id ) : System.Web.Mvc.ActionResult
Index ( string token ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
CheckToken ( string token ) : void

Checks if the token provided is valid or if cache adminstration is enabled.

Method Details

Clear() public method

public Clear ( string token, string id ) : System.Web.Mvc.ActionResult
token string
id string
return System.Web.Mvc.ActionResult

Index() public method

public Index ( string token ) : System.Web.Mvc.ActionResult
token string
return System.Web.Mvc.ActionResult