class JbuilderTemplate

def _cache_fragment_for(key, options, &block)

def _cache_fragment_for(key, options, &block)
  key = _cache_key(key, options)
  _read_fragment_cache(key, options) || _write_fragment_cache(key, options, &block)
end