Method: Bizside::CacheUtil#delete

Defined in:
lib/bizside/cache_util.rb

#delete(key) ⇒ Object



17
18
19
20
# File 'lib/bizside/cache_util.rb', line 17

def delete(key)
  output_log "CLEAR CACHE: #{key}"
  cache.delete(key)
end