Flowdock
method

cache_fragment_name

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ActionView::Helpers::CacheHelper
cache_fragment_name(name = {}, skip_digest: nil, digest_path: nil) public

This helper returns the name of a cache key for a given fragment cache call. By supplying skip_digest: true to cache, the digestion of cache fragments can be manually bypassed. This is useful when cache fragments cannot be manually expired unless you know the exact key which is the case when using memcached.

Show source
Register or log in to add new notes.