Class: EAAL::Cache::NoCache

Inherits:
Object
  • Object
show all
Defined in:
lib/eaal/eaal_cache.rb

Overview

NoCache class dummy class which is used for non-caching behaviour (default)

Instance Method Summary collapse

Instance Method Details

#load(userid, apikey, scope, name, args) ⇒ Object



82
83
84
# File 'lib/eaal/eaal_cache.rb', line 82

def load(userid, apikey, scope, name, args)
  false
end

#save(userid, apikey, scope, name, args, xml) ⇒ Object



85
86
# File 'lib/eaal/eaal_cache.rb', line 85

def save(userid, apikey, scope, name, args, xml)
end