Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
cachestore_redis

Namespaces

namespace  cachestore_redis\privacy
  
 
namespace  cachestore_redis\task
  
 

Classes

class  cachestore_redis
 
class  cachestore_redis\privacy\provider
 Privacy Subsystem for cachestore_redis. More...
 
class  cachestore_redis\task\ttl
 

Variables

 $plugin = 2025040800
 
 $tasks
 
$plugin component = 'cachestore_redis'
 
$plugin maturity = MATURITY_STABLE
 
$plugin version = 2025041400
 

Detailed Description

Variable Documentation

◆ $tasks

$tasks
Initial value:
= [
[
'classname' => '\cachestore_redis\task\ttl',
'blocking' => 0,
'minute' => 'R',
'hour' => '*',
'day' => '*',
'month' => '*',
'dayofweek' => '*',
'disabled' => 0
]
]