Skip to content

Commit

Permalink
phpdocを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkawata committed Jul 2, 2019
1 parent 3545946 commit 58b338b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plugin/Cachemanager/Memcache.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ public function isCached($key, $lifetime = null, $namespace = null)
* @param string $key キャッシュキー
* @param mixed $value キャッシュ値
* @param int $timestamp キャッシュ最終更新時刻(unixtime)
* @param int $expire カッシュの有効期限(秒数 0の場合有効期限なし)
* @param string $namespace キャッシュネームスペース
*/
public function set($key, $value, $timestamp = null, $namespace = null, $expire = 0)
Expand Down

0 comments on commit 58b338b

Please sign in to comment.