176 177 178 179
# File 'lib/imdb_party/httparty_icebox.rb', line 176 def set(key, value) Cache.logger.info("Cache: set (#{key})") @store[key] = [Time.now, value]; true end