IDeleteCacheItems Interface

This interface determines which algorithm is used for cache cleanup

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.Server.Core Namespace