class EAAL::Cache::NoCache

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

Public Instance Methods

load(userid, apikey, scope, name, args) click to toggle source
# File lib/eaal/cache/base.rb, line 18
def load(userid, apikey, scope, name, args)
  false
end
save(userid, apikey, scope, name, args, xml) click to toggle source
# File lib/eaal/cache/base.rb, line 21
def save(userid, apikey, scope, name, args, xml)
end