Class: EAAL::Cache::NoCache

Inherits:
Object
  • Object
show all
Defined in:
lib/eaal/cache/base.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



18
19
20
# File 'lib/eaal/cache/base.rb', line 18

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

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



21
22
# File 'lib/eaal/cache/base.rb', line 21

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