IDeleteCacheItems Interface

This interface determines which algorithm is used for cache clean up.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Interface IDeleteCacheItems _
    Inherits IDisposable
public interface IDeleteCacheItems : IDisposable
public interface class IDeleteCacheItems : IDisposable
type IDeleteCacheItems =  
    interface 
        interface IDisposable 
    end
public interface IDeleteCacheItems extends IDisposable

The IDeleteCacheItems type exposes the following members.

Methods

  Name Description
Public method Delete Method that deletes the files in the cache.
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace