Click or drag to resize
FileSystemCacheCleaner Class
Scheduler task to clean the output file system cache. Deletes all files older than current file system output cache minutes
Inheritance Hierarchy
SystemObject
  CMS.SchedulerFileSystemCacheCleaner

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
public class FileSystemCacheCleaner : ITask

The FileSystemCacheCleaner type exposes the following members.

Constructors
  NameDescription
Public methodFileSystemCacheCleaner
Top
Methods
  NameDescription
Public methodExecute
Executes the scheduled task
Top
See Also