C# Class CkanDotNet.Web.Controllers.CacheController

Inheritance: Controller
Afficher le fichier Open project: opencolorado/.NET-Wrapper-for-CKAN-API

Méthodes publiques

Méthode Description
Clear ( string token, string id ) : System.Web.Mvc.ActionResult
Index ( string token ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
CheckToken ( string token ) : void

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

Method Details

Clear() public méthode

public Clear ( string token, string id ) : System.Web.Mvc.ActionResult
token string
id string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( string token ) : System.Web.Mvc.ActionResult
token string
Résultat System.Web.Mvc.ActionResult