* @copyright Copyright 2020-2023 © Teamwant Mateusz Szymański All right reserved * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * @category Teamwant * @package Teamwant */ class Dispatcher extends DispatcherCore { /* * module: teamwant_redis * date: 2023-03-29 22:51:18 * version: 2.1.1 */ public static function teamwantRedisGetAvailableCachingType() { return [ 'CacheRedis' => 'Redis' ]; } /* * module: teamwant_redis * date: 2023-03-29 22:51:18 * version: 2.1.1 */ public static function teamwantRedisGetExtensionsListCachingType() { return [ 'Redis' => [] ]; } }