Class: CacheShoe::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#cacheObject

Returns the value of attribute cache

Returns:

  • (Object)

    the current value of cache



6
7
8
# File 'lib/cache_shoe.rb', line 6

def cache
  @cache
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



6
7
8
# File 'lib/cache_shoe.rb', line 6

def logger
  @logger
end

#on_cacheObject

Returns the value of attribute on_cache

Returns:

  • (Object)

    the current value of on_cache



6
7
8
# File 'lib/cache_shoe.rb', line 6

def on_cache
  @on_cache
end

#on_cache_clearObject

Returns the value of attribute on_cache_clear

Returns:

  • (Object)

    the current value of on_cache_clear



6
7
8
# File 'lib/cache_shoe.rb', line 6

def on_cache_clear
  @on_cache_clear
end