Browse Source

Update PageCache.php

increment PAGE_CACHE_VERSION, see bccd260e9c (commitcomment-27840264)
tags/3.0.0-alpha1
Carsten Brandt 6 years ago committed by GitHub
parent
commit
501ddbeac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/filters/PageCache.php

2
framework/filters/PageCache.php

@ -59,7 +59,7 @@ class PageCache extends ActionFilter implements DynamicContentAwareInterface
* Page cache version, to detect incompatibilities in cached values when the
* data format of the cache changes.
*/
const PAGE_CACHE_VERSION = 1;
const PAGE_CACHE_VERSION = 2;
/**
* @var bool whether the content being cached should be differentiated according to the route.

Loading…
Cancel
Save