古いバージョンのドキュメントです。最新のバージョンはRails7.0.0

Railsドキュメント(v6.0.2.1)

フラグメントキャッシュを破棄

説明

フラグメントキャッシュを破棄

使い方

expire_fragment(キャッシュキー [,  オプション])

キャッシュキー

キャッシュキーは次の3つの形式

文字列

expire_fragment "detail"

ハッシュ

expire_fragment :controller => 'posts', :action => 'show', :id => post.id

正規表現

expire_fragment %r{/*/user/home}

ソースコード