1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 05:07:41 +02:00

Cache class refactoring

This commit is contained in:
Awilum
2018-03-11 00:26:38 +03:00
parent 1349ad9d7b
commit 63ccc424ac

View File

@@ -224,19 +224,4 @@ class Cache
}
return static::$lifetime;
}
/**
* Initialize Rawilum Cache
*
* <code>
* Cache::init();
* </code>
*
* @access public
* @return object
*/
public function init()
{
}
}