Method: Uricp::Strategy::CacheCommon#temp_cache_file
- Defined in:
- lib/uricp/strategy/cache_common.rb
#temp_cache_file ⇒ Object
56 57 58 |
# File 'lib/uricp/strategy/cache_common.rb', line 56 def temp_cache_file @temp_cache_file ||= File.join(cache_root, 'temp', cache_name) end |