Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
12.75 KB
MD5: 37f1bce91f21aa15d8ebdb1125681ca9
SHA-1: bf38a422c99480716be1a19180334c1ea11a2b19
SHA-256: 4969edb97a07ecea00e862ef264ef7f3950d65dcddf39a04bd8baabecb63403a
Download zip
14.26 KB
MD5: 5182ac3af61bdceca55bfd23aa911b94
SHA-1: 510a68a423aa1c0eaf185d0e6df17a9d14345089
SHA-256: b14ba41ff6cb09a07cf6e31bd88f49458886b6eed8bf47d8b9598cf144eef95f
Release notes
* Cache clearing follows the rules of includes/cache.inc.
* Cache files can contain multiple cache entries that share same MD5 of their cid:s. This way it's certain that cache entries will not be lost by accident and sessions can be safely stored in cache.
* New .meta files that correspond to cache files and contain cid and expire. These files allow multiple cache entries in a cache file to be faster on cache_set and clearing cache to be faster too.
* #1090266: Instructions incomplete Verbose instructions when filecache_directory is not correct in some way.