Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
cachestore_redis

Namespaces

namespace  cachestore_redis\privacy
  
 
namespace  cachestore_redis\task
  
 

Classes

class  cachestore_redis
 Redis Cache Store. More...
 
class  cachestore_redis\privacy\provider
 Privacy Subsystem for cachestore_redis. More...
 
class  cachestore_redis\task\ttl
 
class  cachestore_redis_addinstance_form
 Form for adding instance of Redis Cache Store. More...
 

Variables

 $plugin = 2023100400
 
 $tasks
 
$plugin component = 'cachestore_redis'
 
$plugin maturity = MATURITY_STABLE
 
$plugin version = 2023100900
 

Detailed Description

Variable Documentation

◆ $tasks

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