Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Directories | Files | Namespaces | Classes | Variables
cachestore_redis

Directories

directory classes
  
 

Files

file  addinstanceform.php
 Redis Cache Store - Add instance form.
 
file  lib.php
 Redis Cache Store - Main library.
 
file  provider.php
 Privacy Subsystem implementation for cachestore_redis.
 
file  settings.php
 Redis Cache Store - Settings.
 
file  tasks.php
 Scheduled tasks.
 
file  ttl.php
 Task deletes old data from Redis caches with TTL set.
 
file  version.php
 Redis Cache Store - Version information.
 

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 = 2022111800
 
 $tasks
 
$plugin component = 'cachestore_redis'
 
$plugin maturity = MATURITY_STABLE
 
$plugin version = 2022112800
 

Detailed Description

Variable Documentation

◆ $tasks

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