Skip to content

Commit

Permalink
#470 - Docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Nov 10, 2020
1 parent 087e47e commit a9573f7
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 a9573f7

Please sign in to comment.