Projet

Général

Profil

Révision c9e51f47

Ajouté par Julien Enselme il y a environ 7 ans

Udpate to 7.54

Voir les différences:

drupal7/includes/cache.inc
122 122
 *     the administrator panel.
123 123
 *   - cache_path: Stores the system paths that have an alias.
124 124
 * @param $expire
125
 *   (optional) One of the following values:
125
 *   (optional) Controls the maximum lifetime of this cache entry. Note that
126
 *   caches might be subject to clearing at any time, so this setting does not
127
 *   guarantee a minimum lifetime. With this in mind, the cache should not be
128
 *   used for data that must be kept during a cache clear, like sessions.
129
 *
130
 *   Use one of the following values:
126 131
 *   - CACHE_PERMANENT: Indicates that the item should never be removed unless
127 132
 *     explicitly told to using cache_clear_all() with a cache ID.
128 133
 *   - CACHE_TEMPORARY: Indicates that the item should be removed at the next
......
262 267
   *   1MB in size to be stored by default. When caching large arrays or
263 268
   *   similar, take care to ensure $data does not exceed this size.
264 269
   * @param $expire
265
   *   (optional) One of the following values:
270
   *   (optional) Controls the maximum lifetime of this cache entry. Note that
271
   *   caches might be subject to clearing at any time, so this setting does not
272
   *   guarantee a minimum lifetime. With this in mind, the cache should not be
273
   *   used for data that must be kept during a cache clear, like sessions.
274
   *
275
   *   Use one of the following values:
266 276
   *   - CACHE_PERMANENT: Indicates that the item should never be removed unless
267 277
   *     explicitly told to using cache_clear_all() with a cache ID.
268 278
   *   - CACHE_TEMPORARY: Indicates that the item should be removed at the next

Formats disponibles : Unified diff