Share via


LRUCache.FlushAll Method (PIA)

Use this method to remove all elements from the cache.

Definition

[Visual Basic .NET]

Import Microsoft.CommerceServer.Interop.Caching
…
Public Sub FlushAll()

[C#]

using Microsoft.CommerceServer.Interop.Caching;
…
public void FlushAll();

Exceptions

This method may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: cachecomplib (in cachecomplib.dll)

See Also

CacheManager Class

LRUCache Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.