NamedCacheAsyncExtensionsRemoveAsync Method

ScaleOut Software NamedCache API
Overload List

  NameDescription
Public methodStatic memberRemoveAsync(NamedCache, Byte, IOptimisticConcurrencyVersionHolder, LockTicket, CancellationToken)
Asynchronously removes the object with the given id from the cache. No exception will be thrown and no action will be taken if the specified object does not exist in the cache. This extension method is simply a convenience wrapper for SetMetadataAsync(CachedObjectId, ObjectMetadata, Boolean, LockTicket, CancellationToken) that creates a CachedObjectId from id.
Public methodStatic memberRemoveAsync(NamedCache, Guid, IOptimisticConcurrencyVersionHolder, LockTicket, CancellationToken)
Asynchronously removes the object with the given id from the cache. No exception will be thrown and no action will be taken if the specified object does not exist in the cache. This extension method is simply a convenience wrapper for SetMetadataAsync(CachedObjectId, ObjectMetadata, Boolean, LockTicket, CancellationToken) that creates a CachedObjectId from id.
Public methodStatic memberRemoveAsync(NamedCache, String, IOptimisticConcurrencyVersionHolder, LockTicket, CancellationToken)
Asynchronously removes the object with the given id from the cache. No exception will be thrown and no action will be taken if the specified object does not exist in the cache. This extension method is simply a convenience wrapper for SetMetadataAsync(CachedObjectId, ObjectMetadata, Boolean, LockTicket, CancellationToken) that creates a CachedObjectId from id.
Top
See Also

Reference