You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
675 B
18 lines
675 B
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
|
|
|