filecache 8.x-1.1

Bug fixes
New features

Adds support for Drupal 10 and allows to swap out the default serializer to achieve faster serialization and compression of the cache files.

filecache 8.x-1.0-alpha2

New features

New features

Backwards compatibility breaking changes

The format of the settings has changed. Please update your settings file.

Old format:

filecache 8.x-1.x-dev

Bug fixes
New features

Development branch for the Drupal 8 version of the File Cache module.

filecache 7.x-1.0-beta6

Bug fixes

"hotfix root drush cron" release.

If you update from beta4 or earlier, clean up filecache directory. Beta5 creates directory for each cache bin instead of placing all files in the filecache directory.

filecache 7.x-1.0-beta5

Bug fixes
New features

"2 years later" release. The following features are implemented:

filecache 7.x-1.0-beta4

Bug fixes

Lowering number of processed files in cron and small bugfixes.

filecache 7.x-1.0-beta2

Bug fixes

This bugfix-only release resolves all major bugs reported since beta1 one year ago. Bugs with clearing the cache are not resolved yet because it's a more complex task.

filecache 7.x-1.0-beta1

New features
Bug fixes

File Cache is stabilizing so it's raised to beta status.

filecache 7.x-1.0-alpha2

New features
Bug fixes

* 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.

filecache 7.x-1.0-alpha1

The first release of File Cache for Drupal 7. Includes detailed installation/troubleshoot wizard by using Status report page.

filecache 7.x-1.x-dev

Pre-alpha version of File Cache. If running under Apache, it will automatically create protected filecache directory. No garbage collection yet but it's usable. See #1076552: Taking over maintainership of filecache module for what features 1.0 will have.

Subscribe with RSS Subscribe to Releases for File Cache