フラグメントキャッシュを破棄
適応バージョン
- 5.0.0.1
- 5.1.7
- 5.2.3
- 6.0.2.1
- 7.0.0
説明
フラグメントキャッシュを破棄
使い方
expire_fragment(キャッシュキー [, オプション])
キャッシュキー
キャッシュキーは次の3つの形式
- 文字列
- ハッシュ
- 正規表現
例
文字列
expire_fragment "detail"
ハッシュ
expire_fragment :controller => 'posts', :action => 'show', :id => post.id
正規表現
expire_fragment %r{/*/user/home}