Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: pap_cache.inc.php,v 1.3 2006-04-28 12:41:49 florian Exp $
|
22 |
// CVS : $Id: pap_cache.inc.php,v 1.4 2007-04-13 09:41:09 neiluj Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Gestion de la suppression et de la recherche dans le cache.
|
24 |
* Gestion de la suppression et de la recherche dans le cache.
|
25 |
*
|
25 |
*
|
26 |
* Ce fichier n'est utilisé que si le site utilise la gestion du cache proposée
|
26 |
* Ce fichier n'est utilisé que si le site utilise la gestion du cache proposée
|
27 |
* par Papyrus.
|
27 |
* par Papyrus.
|
Line 34... |
Line 34... |
34 |
//Auteur original :
|
34 |
//Auteur original :
|
35 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
35 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
36 |
//Autres auteurs :
|
36 |
//Autres auteurs :
|
37 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
37 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
38 |
*@copyright Tela-Botanica 2000-2004
|
38 |
*@copyright Tela-Botanica 2000-2004
|
39 |
*@version $Revision: 1.3 $ $Date: 2006-04-28 12:41:49 $
|
39 |
*@version $Revision: 1.4 $ $Date: 2007-04-13 09:41:09 $
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
*/
|
41 |
*/
|
Line 42... |
Line 42... |
42 |
|
42 |
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
Line 103... |
Line 103... |
103 |
}
|
103 |
}
|
Line 104... |
Line 104... |
104 |
|
104 |
|
105 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
105 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
106 |
*
|
106 |
*
|
- |
|
107 |
* $Log: not supported by cvs2svn $
|
- |
|
108 |
* Revision 1.3 2006/04/28 12:41:49 florian
|
- |
|
109 |
* corrections erreurs chemin
|
107 |
* $Log: not supported by cvs2svn $
|
110 |
*
|
108 |
* Revision 1.2 2005/02/28 11:20:42 jpm
|
111 |
* Revision 1.2 2005/02/28 11:20:42 jpm
|
109 |
* Modification des auteurs.
|
112 |
* Modification des auteurs.
|
110 |
*
|
113 |
*
|
111 |
* Revision 1.1 2004/06/16 08:11:01 jpm
|
114 |
* Revision 1.1 2004/06/16 08:11:01 jpm
|