C# 클래스 CkanDotNet.Web.Controllers.CacheController

상속: Controller
파일 보기 프로젝트 열기: opencolorado/.NET-Wrapper-for-CKAN-API

공개 메소드들

메소드 설명
Clear ( string token, string id ) : System.Web.Mvc.ActionResult
Index ( string token ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
CheckToken ( string token ) : void

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

메소드 상세

Clear() 공개 메소드

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

Index() 공개 메소드

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