# File lib/awsbase/right_awsbase.rb, line 204 def update_cache(function, hash) (@cache[function.to_sym] ||= {}).merge!(hash) if caching? end