This documentation is archived and is not being maintained.

IDeleteCacheItems Interface

Visual Studio 2013

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)

'Declaration
Public Interface IDeleteCacheItems _
	Inherits IDisposable

The IDeleteCacheItems type exposes the following members.

  NameDescription
Public methodDeleteMethod that deletes the files in the cache
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Top
Show: