C# Class GlobalDemo.Web.Controllers.UserPhotosController

Inheritance: ApiController
Show file Open project: kaevans/globalscaledemo

Public Methods

Method Description
Delete ( ) : Task

Clears the entire user cache

Delete ( string id ) : Task

Clears the user cache

Private Methods

Method Description
Get ( ) : Task
GetPhotoModel ( string id ) : Task

Method Details

Delete() public method

Clears the entire user cache
public Delete ( ) : Task
return Task

Delete() public method

Clears the user cache
public Delete ( string id ) : Task
id string
return Task