@@ -4,12 +4,12 @@ |
||
| 4 | 4 | |
| 5 | 5 | interface CacheInterface |
| 6 | 6 | { |
| 7 | - /** |
|
| 8 | - * change cache parameter |
|
| 9 | - * |
|
| 10 | - * @param bool $is |
|
| 11 | - * @param int $time |
|
| 12 | - * @return bool |
|
| 13 | - */ |
|
| 14 | - public static function setCache($is, $time); |
|
| 7 | + /** |
|
| 8 | + * change cache parameter |
|
| 9 | + * |
|
| 10 | + * @param bool $is |
|
| 11 | + * @param int $time |
|
| 12 | + * @return bool |
|
| 13 | + */ |
|
| 14 | + public static function setCache($is, $time); |
|
| 15 | 15 | } |