Method: UniCache::LruEviction#initialize
- Defined in:
- lib/unicache.rb
#initialize ⇒ LruEviction
Instantiate.
359 360 361 362 |
# File 'lib/unicache.rb', line 359 def initialize @lock = Mutex.new clear end |
Instantiate.
359 360 361 362 |
# File 'lib/unicache.rb', line 359 def initialize @lock = Mutex.new clear end |