Skip to content

Commit

Permalink
Create cache.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mediabeastnz authored Jan 26, 2017
1 parent 1eb0f3a commit 1aa825c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mysite/_config/cache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
DynamicCache:
# configuration
enabled: false
cacheDir: 'dynamic_cache'
cacheDuration: 604800
ignoredPages:
- UserDefinedForm
# add caching to objects
CustomSiteConfig:
extensions:
- DynamicCacheDataObjectExtension
TrackingConfig:
extensions:
- DynamicCacheDataObjectExtension

0 comments on commit 1aa825c

Please sign in to comment.