85 86 87 88 89 90 91
# File 'app/models/concerns/cacheable_attributes.rb', line 85 def cache! self.class.cache_backend.write( self.class.cache_key, self, expires_in: Gitlab.config.gitlab['application_settings_cache_seconds'] || 60 ) end