Method: Refile.cache

Defined in:
lib/refile.rb

.cacheBackend

A shortcut to retrieving the backend named "cache" from the global registry.

Returns:



153
154
155
# File 'lib/refile.rb', line 153

def cache
  backends["cache"]
end