blob: 3414be1403dac4e9bb11e2009d672b13da3eec83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* Elgg cache
* Cache file interface for caching data.
*
* @package Elgg
* @subpackage API
* @author Curverider Ltd <info@elgg.com>
* @link http://elgg.org/
* @todo deprecate this file?
*/
|