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 | |
---|---|---|
Delete | Method that deletes the files in the cache | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top