8 lines
95 B
PHP
8 lines
95 B
PHP
<?php
|
|
|
|
/**
|
|
* The default cache implementation
|
|
*/
|
|
|
|
return new common_cache_PsrWrapperCache();
|