# File lib/gapps_openid.rb, line 231 def get_cache(key) return nil if OpenID.cache.nil? return OpenID.cache.read("__GAPPS_OPENID__#{key}") end