Class: Volt::Model

Inherits:
Object
  • Object
show all
Defined in:
lib/volt/repo_cache/model.rb

Instance Method Summary collapse

Instance Method Details

#cached?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/volt/repo_cache/model.rb', line 13

def cached?
  false
end

#stored?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/volt/repo_cache/model.rb', line 9

def stored?
  false
end