GraphQL Enterprise - Object Cache
🌟 Enterprise Feature 🌟 This feature is bundled with GraphQL-Enterprise.
Dalli Configuration
GraphQL::Enterprise::ObjectCache can also run with a Memcached backend via the Dalli client gem.
Set it up by passing a Dalli::Client instance as dalli: ..., for example:
use GraphQL::Enterprise::OperationStore, dalli: Dalli::Client.new(...)
Suggestion, improvement, or correction? Edit this file or report an issue.