1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-06-28 20:55:09 +03:00
kangana/application/config/cache.php
2014-02-02 15:49:39 +07:00

9 lines
168 B
PHP

<?php defined('SYSPATH') or die('No direct script access.');
return array
(
'apcu' => array(
'driver' => 'apcu',
'default_expire' => 3600,
)
);