TYPO3  7.6
Public Member Functions | Public Attributes | List of all members
CachingFrameworkGarbageCollectionTask Class Reference
Inheritance diagram for CachingFrameworkGarbageCollectionTask:
AbstractTask

Public Member Functions

 execute ()
 
- Public Member Functions inherited from AbstractTask
 __construct ()
 
 execute ()
 
 getAdditionalInformation ()
 
 setTaskUid ($id)
 
 getTaskUid ()
 
 getTaskTitle ()
 
 getTaskDescription ()
 
 getTaskClassName ()
 
 isDisabled ()
 
 setDisabled ($flag)
 
 setExecutionTime ($timestamp)
 
 getTaskGroup ()
 
 setTaskGroup ($taskGroup)
 
 getExecutionTime ()
 
 setDescription ($description)
 
 getDescription ()
 
 setScheduler ()
 
 unsetScheduler ()
 
 setExecution (\TYPO3\CMS\Scheduler\Execution $execution)
 
 getExecution ()
 
 getNextDueExecution ()
 
 areMultipleExecutionsAllowed ()
 
 isExecutionRunning ()
 
 markExecution ()
 
 unmarkExecution ($executionID,\Exception $failure=null)
 
 unmarkAllExecutions ()
 
 save ()
 
 stop ()
 
 remove ()
 

Public Attributes

 $selectedBackends = array()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractTask
 $scheduler
 
 $taskUid
 
 $disabled = false
 
 $execution
 
 $executionTime = 0
 
 $description = ''
 
 $taskGroup
 

Detailed Description

Garbage collection of caching framework cache backends.

This task finds all configured caching framework caches and calls the garbage collection of a cache if the cache backend is configured to be cleaned.

Definition at line 24 of file CachingFrameworkGarbageCollectionTask.php.

Member Function Documentation

execute ( )

Execute garbage collection, called by scheduler.

Returns
bool

Definition at line 39 of file CachingFrameworkGarbageCollectionTask.php.

References $GLOBALS.

Member Data Documentation

$selectedBackends = array()

Definition at line 32 of file CachingFrameworkGarbageCollectionTask.php.