17 18 19 20
# File 'lib/bizside/cache_util.rb', line 17 def delete(key) output_log "CLEAR CACHE: #{key}" cache.delete(key) end