6 lines
79 B
PHP
6 lines
79 B
PHP
|
<?php
|
||
|
class Cache extends Kohana_Cache {
|
||
|
public static $default = 'apc';
|
||
|
}
|
||
|
?>
|