Method: Refile.cache
- Defined in:
- lib/refile.rb
.cache ⇒ Backend
A shortcut to retrieving the backend named "cache" from the global registry.
153 154 155 |
# File 'lib/refile.rb', line 153 def cache backends["cache"] end |
A shortcut to retrieving the backend named "cache" from the global registry.
153 154 155 |
# File 'lib/refile.rb', line 153 def cache backends["cache"] end |