Class: RailsWebCache::FileStore

Inherits:
Base
  • Object
show all
Defined in:
lib/rails_web_cache/file_store.rb

Instance Attribute Summary

Attributes inherited from Base

#cache

Instance Method Summary collapse

Methods inherited from Base

#clear, #delete, #entry, #initialize, #keys_size, #read, #search

Constructor Details

This class inherits a constructor from RailsWebCache::Base

Instance Method Details

#keysObject



5
6
7
# File 'lib/rails_web_cache/file_store.rb', line 5

def keys
  cache.instance_variable_get(:@data).keys
end