Skip to content

Commit

Permalink
Merge branch 'feature/470-etag' into 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Nov 10, 2020
2 parents dd39735 + a9573f7 commit bc94ccf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ class ComPagesDispatcherBehaviorCacheable extends KDispatcherBehaviorCacheable
//The page was found in cache but has since been modified.
const CACHE_MODIFIED = 'MODIFIED';

//The cache found in cache and has been regenerated
//The page was found in cache and has been regenerated
const CACHE_REGENERATED = 'REGENERATED';

//The page was found in cache and generated page is identical
//The page was found in cache and the generated page is identical
const CACHE_IDENTICAL = 'IDENTICAL';

/**
Expand Down

0 comments on commit bc94ccf

Please sign in to comment.