Completed
Push — master ( 2ce878...b869d2 )
by Harald
13s
created
catalog/includes/OSC/OM/Cache.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -50,6 +50,9 @@  discard block
 block discarded – undo
50 50
         return false;
51 51
     }
52 52
 
53
+    /**
54
+     * @param integer $expire
55
+     */
53 56
     public function exists($expire = null)
54 57
     {
55 58
         $filename = static::$path . $this->key . '.cache';
@@ -139,6 +142,9 @@  discard block
 block discarded – undo
139 142
         return static::$path;
140 143
     }
141 144
 
145
+    /**
146
+     * @param string $key
147
+     */
142 148
     public static function clear($key)
143 149
     {
144 150
         if (!static::hasSafeName($key)) {
Please login to merge, or discard this patch.