diff --git a/includes/cache.inc b/includes/cache.inc index 67897fd..a876f4b 100644 --- a/includes/cache.inc +++ b/includes/cache.inc @@ -101,15 +101,15 @@ function cache_get_multiple(array &$cids, $bin = 'cache') { * not serialized. * @param $bin * The cache bin to store the data in. Valid core values are: - * - cache: (default) Generic cache storage bin (used for variables, theme - * registry, locale date, list of simpletest tests etc). + * - cache: (default) Generic cache storage bin (used for theme registry, + * locale date, list of simpletest tests, etc). * - cache_block: Stores the content of various blocks. * - cache_bootstrap: Stores the class registry, the system list of modules, * the list of which modules implement which hooks, and the Drupal variable * list. * - cache_field: Stores the field data belonging to a given object. * - cache_filter: Stores filtered pieces of content. - * - cache_form(*): Stores multistep forms. Flushing this bin means that some + * - cache_form: Stores multistep forms. Flushing this bin means that some * forms displayed to users lose their state and the data already submitted * to them. This bin should not be flushed before its expired time. * - cache_menu: Stores the structure of visible navigation menus per page.