![]() | 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.) |