C# Класс SobekCM.Engine_Library.Endpoints.CacheServices

Наследование: EndpointBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ClearCachedItem() публичный Метод

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
Результат void