method
real_file_path
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::Cache::FileStore
real_file_path(name)private
No documentation available.
# File activesupport/lib/active_support/cache/file_store.rb, line 51
def real_file_path(name)
'%s/%s.cache' % [@cache_path, name.gsub('?', '.').gsub(':', '.')]
end