HttpResponseBase.AddCacheItemDependencies Método
Definição
Torna a validade de uma resposta em cache dependente de outros itens no cache.Makes the validity of a cached response dependent on other items in the cache.
Sobrecargas
| AddCacheItemDependencies(ArrayList) |
Torna a validade de uma resposta em cache dependente dos itens especificados no cache.Makes the validity of a cached response dependent on the specified items in the cache. |
| AddCacheItemDependencies(String[]) |
Torna a validade de um item em cache dependente dos itens especificados no cache.Makes the validity of a cached item dependent on the specified items in the cache. |
AddCacheItemDependencies(ArrayList)
Torna a validade de uma resposta em cache dependente dos itens especificados no cache.Makes the validity of a cached response dependent on the specified items in the cache.
public:
virtual void AddCacheItemDependencies(System::Collections::ArrayList ^ cacheKeys);
public virtual void AddCacheItemDependencies (System.Collections.ArrayList cacheKeys);
abstract member AddCacheItemDependencies : System.Collections.ArrayList -> unit
override this.AddCacheItemDependencies : System.Collections.ArrayList -> unit
Public Overridable Sub AddCacheItemDependencies (cacheKeys As ArrayList)
Parâmetros
- cacheKeys
- ArrayList
Uma coleção que contém as chaves dos itens dos quais a resposta armazenada em cache é dependente.A collection that contains the keys of the items that the cached response is dependent on.
Exceções
Sempre.Always.
Aplica-se a
AddCacheItemDependencies(String[])
Torna a validade de um item em cache dependente dos itens especificados no cache.Makes the validity of a cached item dependent on the specified items in the cache.
public:
virtual void AddCacheItemDependencies(cli::array <System::String ^> ^ cacheKeys);
public virtual void AddCacheItemDependencies (string[] cacheKeys);
abstract member AddCacheItemDependencies : string[] -> unit
override this.AddCacheItemDependencies : string[] -> unit
Public Overridable Sub AddCacheItemDependencies (cacheKeys As String())
Parâmetros
- cacheKeys
- String[]
Uma matriz que contém as chaves dos itens dos quais a resposta armazenada em cache é dependente.An array that contains the keys of the items that the cached response is dependent on.
Exceções
Sempre.Always.