Method: Innate::Cache::FileBased#transaction
- Defined in:
- lib/innate/cache/file_based.rb
#transaction(&block) ⇒ Object
39 40 41 |
# File 'lib/innate/cache/file_based.rb', line 39 def transaction(&block) Innate.sync{ @store.transaction(&block) } end |