Class: Waves::Caches::SynchronizedFile

Inherits:
Synchronized show all
Defined in:
lib/caches/file.rb

Instance Method Summary collapse

Methods inherited from Synchronized

#[], #[]=, #clear, #delete, #exists?, #fetch, #store, #synchronize

Constructor Details

#initialize(args) ⇒ SynchronizedFile

Returns a new instance of SynchronizedFile.



39
40
41
# File 'lib/caches/file.rb', line 39

def initialize( args )
  super( File.new( args ) )
end