Class: IknowCache::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/iknow_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cacheObject

Returns the value of attribute cache

Returns:

  • the current value of cache



4
5
6
# File 'lib/iknow_cache.rb', line 4

def cache
  @cache
end

#loggerObject

Returns the value of attribute logger

Returns:

  • the current value of logger



4
5
6
# File 'lib/iknow_cache.rb', line 4

def logger
  @logger
end