NoCache class dummy class which is used for non-caching behaviour (default)
# File lib/eaal/cache/base.rb, line 18 def load(userid, apikey, scope, name, args) false end
# File lib/eaal/cache/base.rb, line 21 def save(userid, apikey, scope, name, args, xml) end