mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* add @method annotations to Cache class
* code beautify
This commit is contained in:
@@ -10,6 +10,14 @@
|
||||
*/
|
||||
defined('MYAAC') or die('Direct access not allowed!');
|
||||
|
||||
/**
|
||||
* Class Cache
|
||||
*
|
||||
* @method set($key, $var, $ttl = 0)
|
||||
* @method get($key)
|
||||
* @method fetch($key, &$var)
|
||||
* @method delete($key)
|
||||
*/
|
||||
class Cache
|
||||
{
|
||||
static private $instance;
|
||||
|
Reference in New Issue
Block a user