C# Class SobekCM.Engine_Library.Endpoints.CacheServices

Inheritance: EndpointBase
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Méthodes publiques

Méthode 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 méthode

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
Résultat void