Class: Cacheable::Utils
- Inherits:
-
Object
- Object
- Cacheable::Utils
- Defined in:
- lib/cache_utils.rb
Class Method Summary collapse
Class Method Details
.test_cache ⇒ Object
3 4 5 |
# File 'lib/cache_utils.rb', line 3 def self.test_cache Cacheable::TestCache.instance end |
.test_logger ⇒ Object
7 8 9 |
# File 'lib/cache_utils.rb', line 7 def self.test_logger Cacheable::TestLogger.instance end |