tao-test/app/generis/config/default/SimpleCache.conf.php

12 lines
169 B
PHP
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?php
use oat\oatbox\cache\KeyValueCache;
/**
* The default cache implementation
*/
return new KeyValueCache([
KeyValueCache::OPTION_PERSISTENCE => 'cache'
]);