Partager via


ICacheOperations Interface

Définition

Opérations CacheOperations.

public interface ICacheOperations
type ICacheOperations = interface
Public Interface ICacheOperations

Méthodes

CreateOrUpdateWithHttpMessagesAsync(String, String, String, CacheContract, String, Dictionary<String,List<String>>, CancellationToken)

Crée ou met à jour un cache externe à utiliser dans une instance de gestion des API. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-cache-external

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime un cache spécifique.

GetEntityTagWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtient la version de l’état de l’entité (Etag) du cache spécifié par son identificateur.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtient les détails du cache spécifié par son identificateur.

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorie une collection de tous les caches externes de l’instance de service spécifiée.

ListByServiceWithHttpMessagesAsync(String, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Répertorie une collection de tous les caches externes de l’instance de service spécifiée.

UpdateWithHttpMessagesAsync(String, String, String, CacheUpdateParameters, String, Dictionary<String,List<String>>, CancellationToken)

Mises à jour les détails du cache spécifié par son identificateur.

Méthodes d’extension

CreateOrUpdate(ICacheOperations, String, String, String, CacheContract, String)

Crée ou met à jour un cache externe à utiliser dans une instance de gestion des API. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-cache-external

CreateOrUpdateAsync(ICacheOperations, String, String, String, CacheContract, String, CancellationToken)

Crée ou met à jour un cache externe à utiliser dans une instance de gestion des API. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-cache-external

Delete(ICacheOperations, String, String, String, String)

Supprime un cache spécifique.

DeleteAsync(ICacheOperations, String, String, String, String, CancellationToken)

Supprime un cache spécifique.

Get(ICacheOperations, String, String, String)

Obtient les détails du cache spécifié par son identificateur.

GetAsync(ICacheOperations, String, String, String, CancellationToken)

Obtient les détails du cache spécifié par son identificateur.

GetEntityTag(ICacheOperations, String, String, String)

Obtient la version de l’état de l’entité (Etag) du cache spécifié par son identificateur.

GetEntityTagAsync(ICacheOperations, String, String, String, CancellationToken)

Obtient la version de l’état de l’entité (Etag) du cache spécifié par son identificateur.

ListByService(ICacheOperations, String, String, Nullable<Int32>, Nullable<Int32>)

Répertorie une collection de tous les caches externes de l’instance de service spécifiée.

ListByServiceAsync(ICacheOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Répertorie une collection de tous les caches externes de l’instance de service spécifiée.

ListByServiceNext(ICacheOperations, String)

Répertorie une collection de tous les caches externes de l’instance de service spécifiée.

ListByServiceNextAsync(ICacheOperations, String, CancellationToken)

Répertorie une collection de tous les caches externes de l’instance de service spécifiée.

Update(ICacheOperations, String, String, String, CacheUpdateParameters, String)

Mises à jour les détails du cache spécifié par son identificateur.

UpdateAsync(ICacheOperations, String, String, String, CacheUpdateParameters, String, CancellationToken)

Mises à jour les détails du cache spécifié par son identificateur.

S’applique à