Subversion Repositories Applications.framework

Rev

Rev 291 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 291 Rev 299
Line 9... Line 9...
9
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
9
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
10
 * @copyright	Copyright (c) 2010, Tela Botanica (accueil@tela-botanica.org)
10
 * @copyright	Copyright (c) 2010, Tela Botanica (accueil@tela-botanica.org)
11
 * @license	http://framework.zend.com/license/new-bsd Licence New BSD
11
 * @license	http://framework.zend.com/license/new-bsd Licence New BSD
12
 * @license	http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
12
 * @license	http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
13
 * @license	http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
13
 * @license	http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
14
 * @version	$Id$
14
 * @version	$Id: Cache.php 299 2011-01-18 14:03:46Z jpm $
15
 * @link		/doc/framework/
15
 * @link		/doc/framework/
16
 */
16
 */
17
class Cache {
17
class Cache {
18
	/** Socke les enregistrements du cache dans des fichiers textes de façon extremement simple. */
18
	/** Socke les enregistrements du cache dans des fichiers textes de façon extremement simple. */
19
	const STOCKAGE_MODE_SIMPLE = "FichierSimple";
19
	const STOCKAGE_MODE_SIMPLE = "FichierSimple";