framework: cache: # Unique name of your app: used to compute stable namespaces for cache keys. prefix_seed: newsroom/app # Use filesystem cache app: cache.adapter.filesystem # Namespaced pools use the above "app" backend by default pools: #my.dedicated.cache: null subscriptions.cache: null # Comment / reply / trackback UI only (not profile, index, or article body). cache.replies: adapter: cache.adapter.filesystem # Unpublished editor preview payloads only. cache.drafts: adapter: cache.adapter.filesystem