lib/alephant/cache.rb in alephant-cache-1.0.0 vs lib/alephant/cache.rb in alephant-cache-1.1.0

- old
+ new

@@ -36,10 +36,11 @@ logger.info("Cache.get: #{path}/#{id}") object = bucket.objects["#{path}/#{id}"] { :content => object.read, - :content_type => object.content_type + :content_type => object.content_type, + :meta => object.metadata } end end end