예제 #1
0
 static function removeAllExpiryCacheFromDisk()
 {
     $expiryCachePath = eZTemplateCacheFunction::expiryTemplateBlockCacheDir();
     eZSubtreeCache::removeExpiryCacheFromDisk( $expiryCachePath );
 }
예제 #2
0
 static function removeAllExpiryCacheFromDisk()
 {
     eZSubtreeCache::removeExpiryCacheFromDisk(eZSys::cacheDirectory() . '/template-block-expiry');
 }