Class: Fastentry::DefaultCache

Inherits:
Cache
  • Object
show all
Defined in:
lib/fastentry.rb

Instance Method Summary collapse

Methods inherited from Cache

#expiration_for, for, #number_of_keys, #read, #search, #select

Instance Method Details

#keysObject



85
86
87
# File 'lib/fastentry.rb', line 85

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