Cached patterns
<?php
namespace Cherrycake;
$PatternsConfig = [
"cachedPatterns" => [
"helloworld.html" => [
"cacheTtl" => \Cherrycake\CACHE_TTL_1_MINUTE
]
]
];Removing a pattern from cache
Last updated