lib/dassets/cache.rb in dassets-0.12.0 vs lib/dassets/cache.rb in dassets-0.13.0
- old
+ new
@@ -2,10 +2,10 @@
module Dassets::Cache
class MemCache
require 'thread'
- # this is a thread-safe in-memory cache for use with the `SourceCache`
+ # this is a thread-safe in-memory cache
def initialize
@hash = {}
@write_mutex = ::Mutex.new
end