From 63ccc424ac00fb5f98a7092dc8370ad780c67645 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 11 Mar 2018 00:26:38 +0300 Subject: [PATCH] Cache class refactoring --- rawilum/Cache.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/rawilum/Cache.php b/rawilum/Cache.php index 883462ad..029834b1 100755 --- a/rawilum/Cache.php +++ b/rawilum/Cache.php @@ -224,19 +224,4 @@ class Cache } return static::$lifetime; } - - /** - * Initialize Rawilum Cache - * - * - * Cache::init(); - * - * - * @access public - * @return object - */ - public function init() - { - - } }