![]() | ApiClientCacheAttribute - класс |
Пространство имён: FinistSoft.BackEndNetCoreHost
public class ApiClientCacheAttribute : ResponseCacheAttribute
Тип ApiClientCacheAttribute предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | ApiClientCacheAttribute |
Конструктор, инициализирует профиль в "Cache"
|
Имя | Описание | |
---|---|---|
![]() | 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.) |
Имя | Описание | |
---|---|---|
![]() | CreateInstance | (Унаследован от ResponseCacheAttribute.) |
![]() | Equals | Returns a value that indicates whether this instance is equal to a specified object. (Унаследован от Attribute.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Унаследован от Attribute.) |
![]() | GetType | Gets the Type of the current instance. (Унаследован от Object.) |
![]() | IsDefaultAttribute | При переопределении в производном классе указывает, является ли значение этого экземпляра значением по умолчанию для производного класса. (Унаследован от Attribute.) |
![]() | Match | При переопределении в производном классе, возвращает значение, указывающее, равен ли данный экземпляр указанному объекту. (Унаследован от Attribute.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object.) |
![]() | ToString | Returns a string that represents the current object. (Унаследован от Object.) |
Имя | Описание | |
---|---|---|
![]() | _duration | (Унаследован от ResponseCacheAttribute.) |
![]() | _location | (Унаследован от ResponseCacheAttribute.) |
![]() | _noStore | (Унаследован от ResponseCacheAttribute.) |
Имя | Описание | |
---|---|---|
![]() ![]() | _AttributeGetIDsOfNames | Сопоставляет набор имен соответствующему набору идентификаторов диспетчеризации. (Унаследован от Attribute.) |
![]() ![]() | _AttributeGetTypeInfo | Возвращает сведения о типе объекта, которые можно использовать для получения сведений о типе интерфейса. (Унаследован от Attribute.) |
![]() ![]() | _AttributeGetTypeInfoCount | Возвращает количество предоставляемых объектом интерфейсов для доступа к сведениям о типе (0 или 1). (Унаследован от Attribute.) |
![]() ![]() | _AttributeInvoke | Предоставляет доступ к открытым свойствам и методам объекта. (Унаследован от Attribute.) |