|
|
|
@ -1,6 +1,8 @@
|
|
|
|
|
<?php |
|
|
|
|
/** |
|
|
|
|
* Ce fichier contient les balises de Cache Factory. |
|
|
|
|
* |
|
|
|
|
* @package SPIP\CACHE\BALISE |
|
|
|
|
*/ |
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
|
|
|
return; |
|
|
|
@ -14,6 +16,8 @@ if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
|
* |
|
|
|
|
* @balise |
|
|
|
|
* |
|
|
|
|
* @uses calculer_liste_cache() |
|
|
|
|
* |
|
|
|
|
* @example |
|
|
|
|
* ``` |
|
|
|
|
* #CACHE_LISTE{ezcheck}, renvoie tous les caches du plugin ezcheck |
|
|
|
|