C# Class SobekCM.Engine_Library.Endpoints.CacheServices

Inheritance: EndpointBase
Show file Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
ClearCachedItem ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, bool IsDebug ) : void

Clears information about a single digital resource from the cache, and returns a message

Method Details

ClearCachedItem() public method

Clears information about a single digital resource from the cache, and returns a message
public ClearCachedItem ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, bool IsDebug ) : void
Response System.Web.HttpResponse
UrlSegments List
QueryString System.Collections.Specialized.NameValueCollection
Protocol Microservice_Endpoint_Protocol_Enum
IsDebug bool
return void