Для изменения размера нажмите или перетащите

ApiClientCacheAttribute - свойства

Тип ApiClientCacheAttribute предоставляет следующие члены.

Свойства
  ИмяОписание
Открытое свойствоCacheProfileName
Gets or sets the value of the cache profile name.
(Унаследован от ResponseCacheAttribute.)
Открытое свойствоDuration
Gets or sets the duration in seconds for which the response is cached. This sets "max-age" in "Cache-control" header.
(Унаследован от ResponseCacheAttribute.)
Открытое свойствоIsReusable (Унаследован от ResponseCacheAttribute.)
Открытое свойствоLocation
Gets or sets the location where the data from a particular URL must be cached.
(Унаследован от ResponseCacheAttribute.)
Открытое свойствоNoStore
Gets or sets the value which determines whether the data should be stored or not. When set to , it sets "Cache-control" header to "no-store". Ignores the "Location" parameter for values other than "None". Ignores the "duration" parameter.
(Унаследован от ResponseCacheAttribute.)
Открытое свойствоOrder (Унаследован от ResponseCacheAttribute.)
Открытое свойствоTypeId
В случае реализации в производном классе возвращает уникальный идентификатор для этого атрибута Attribute.
(Унаследован от Attribute.)
Открытое свойствоVaryByHeader
Gets or sets the value for the Vary response header.
(Унаследован от ResponseCacheAttribute.)
Открытое свойствоVaryByQueryKeys
Gets or sets the query keys to vary by.
(Унаследован от ResponseCacheAttribute.)
В начало страницы
См. также