class Storail::Cache

Public Class Methods

new(id, options = {}) click to toggle source
# File lib/storail/cache.rb, line 3
def initialize(id, options = {})
end

Public Instance Methods

cache(file) click to toggle source
# File lib/storail/cache.rb, line 6
def cache(file)
end
retrieve(name) click to toggle source
# File lib/storail/cache.rb, line 9
def retrieve(name)
end