Method: Dassets::MemCache#initialize
- Defined in:
- lib/dassets/cache.rb
#initialize ⇒ MemCache
Returns a new instance of MemCache.
9 10 11 12 |
# File 'lib/dassets/cache.rb', line 9 def initialize @hash = {} @write_mutex = ::Mutex.new end |