Method: Tml::Cache#namespace
- Defined in:
- lib/tml/cache.rb
#namespace ⇒ Object
namespace of each cache key
103 104 105 106 |
# File 'lib/tml/cache.rb', line 103 def namespace return '#' if Tml.config.disabled? @namespace || Tml.config.cache[:namespace] || Tml.config.application[:key][0..5] end |