cache 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| cache-6.x-1.0-beta1.tar.gz | 41.05 KB | b55bccfdb10f637646a5a8b993714fc1 |
| cache-6.x-1.0-beta1.zip | 62.04 KB | edfae76155fe20629637c9c5672f9702 |
Release notes
* #566700: Integration with Authcache module now Drupal won't crash when Cache module enabled with authcache module
* now Drupal won't crash when only cache module enabled and cache_inc is not set
* porting and reusing some features from Drupal 7.x core before porting Cache module to Drupal 7.
6.x version module is beta now!
cache 6.x-1.0-alpha8
| Download | Size | md5 hash |
|---|---|---|
| cache-6.x-1.0-alpha8.tar.gz | 41 KB | e2a04f8f3dd9c2e75494ffbf096054a6 |
| cache-6.x-1.0-alpha8.zip | 61.95 KB | 8fae10fd26b6ee4b993f085b75e0a3d4 |
Release notes
#561886: Fatal error on cache.inc fixed fatal error on cache.inc when non-zero cache_lifetime is used
cache 6.x-1.0-alpha7
| Download | Size | md5 hash |
|---|---|---|
| cache-6.x-1.0-alpha7.tar.gz | 41 KB | e4937882629a9427d6ce0ed08500ede4 |
| cache-6.x-1.0-alpha7.zip | 61.96 KB | 0f69708b5eb0924015aebd5a80efd6fe |
Release notes
* #516658: Adding memcached (not "memcache") method added support for caching engine based on memcached PECL extension (forked from memcache cache engine)
Missing features-issues of Cache Router module implemented in this release of "Cache" module:
* #516658: Adding memcached (not "memcache") method
cache 6.x-1.0-alpha6
| Download | Size | md5 hash |
|---|---|---|
| cache-6.x-1.0-alpha6.tar.gz | 39.47 KB | 0cdfdc55ef21ff1a6977ea9371153de6 |
| cache-6.x-1.0-alpha6.zip | 58.13 KB | 7a48a24ed6a642019cdf14fcbb6ab939 |
Release notes
* added checking if socket connection to memcache server is available
* added checking if UNIX socket to memcache server is writable
* added new function _cache_early_watchdog() that can be used instead of watchdog() function in cache engine implementations. watchdog() can't be used because it may be unavailable on that stage
* more calls to _cache_early_watchdog() to keep track of caching engines status
* put error into watchdog if cache module is disabled because this may lead to problems with alternative cache.inc implementation
* more errors are logged now
* #546928: statistics uberbroken (Division by zero?! X) cache reports page: show "Statistics not supported." message when caching engine doesn't support it. Fixed php warnings and notices.
* cache reports page: display sizes better - ported Drupal 7 format_size() function
cache 6.x-1.0-alpha5
| Download | Size | md5 hash |
|---|---|---|
| cache-6.x-1.0-alpha5.tar.gz | 37.78 KB | ce160851a3adac039e58b546b9447249 |
| cache-6.x-1.0-alpha5.zip | 56.25 KB | 33411f7270cfc27ff446988aa2d2477b |
Release notes
#538426: Enable socket connections memcache engine: added ability to use unix sockets
#541646: loads of php notices with drupal_get_filename-caching.patch applied when running update (patch by eMPee584) drupal_get_filename-caching.patch: fixed php notices under some circumstances: right after when patch was applied and when on update.php
cache.test: added test to check whether storing values with long (100000 characters) keys works
status report page: improved information about APC
status report page: warns if ZLIB compression is disabled - this can cause memcache get / set to fail when MEMCACHE_COMPRESSED flag is used
memcache engine: added Memcache::getServerStatus() call to check if every specified server is available before attempting to use memcache engine for caching
status report page: added suggestion about apc.stat setting
#533892: TTL of cached values path-cache.inc: fixed TTL of cached pathes
new admin/reports/cache page that shows the list of supported caching engines
some (currently buggy and limited) cache hit / miss statistics on admin/reports/cache (memcache, file supported)
moved hook_requirements() implementations into respective cache engine's files
The following features of Memcache / Path Cache modules were implemented in this release of Cache module:
#538426: Enable socket connections
#533892: TTL of cached values
cache 6.x-1.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| cache-6.x-1.0-alpha4.tar.gz | 35.59 KB | 6ecb8721e7b26e921b251edb52120a31 |
| cache-6.x-1.0-alpha4.zip | 53.28 KB | c6919de8d3f1101fab5f9d8c1a841106 |
Release notes
- several fixes when cache chaining is enabled
- fixed page_cache_fastpath() implementation: 304 header now works properly
- changed package group from "Cache" to "Caching" to match boost, pathcache, memcache modules
The following problems of CacheRouter module where fixed (tested or found them already fixed) in this release of Cache module:
#370769: How to use eAccelerator for cache router
#458490: Memcache and Cacherouter status
#434890: encoding break when using file engine.
#533696: memory based cache that supports cache_clear_all wildcard??
#384536: Engine "file": "Failed to create directory"
#463758: Cache Router » package name
#531196: file engine does not work on Window
#347717: File Engine - Add valid file name checking to key generation (Specifically the $appendix)
cache 6.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| cache-6.x-1.0-alpha3.tar.gz | 35.04 KB | 3326020ccc9b4325f0e844c2edddd44c |
| cache-6.x-1.0-alpha3.zip | 52.79 KB | 80e0ad1e27e7ff21ffd8b1c4801b3f2d |
Release notes
- Fixed APC flushing.
- Documentation fixes.
- Fixed xcache engine - now won't crash server.
- Fixed file cache engine delete() implementation.
- Added NULL cache engine - when caching needs to be disabled for some or all bins.
- More documentation.
- Performance issue: fixed CacheEngine::delete() method when 'static' option is enabled
- Fixed simpletest cache.test. Now it should pass for standard Drupal 6.x includes/cache.inc caching implementation.
- Default settings: if alternative cache back-end is selected but $conf['cache_settings'] is not set then default settings (database engine, like in core) will be used.
- status report page now will show information about what caches are used currently
- Fixed alternative database engine.
- Alternative database engine now passes all tests (with static == FALSE).
- fixed cache_get() function implementation, now its looks more like standard cache_get() implementation.
- more fixes to Xcache caching engine.
- Xcache engine now passes all tests (with static == FALSE).
- more fixes to memcache engine.
- memcache engine now passes all tests (with static == FALSE).
- more fixes to redis engine.
- redis engine now passes all tests (with static == FALSE).
- file engine: now when cache files are created they can also be read/written by non-server user (if s/he is in the same group as web-server)
cache 6.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| cache-6.x-1.0-alpha2.tar.gz | 33.31 KB | 2674d18ca51a10416f3d41eca9285b48 |
| cache-6.x-1.0-alpha2.zip | 50.52 KB | 5b990fc8caacac60c3422ef7ed9efd50 |
Release notes
- Documentation fixes.
cache 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| cache-6.x-1.0-alpha1.tar.gz | 33.31 KB | ef33afecd24a5051dc93fba27b690d5f |
| cache-6.x-1.0-alpha1.zip | 50.55 KB | b73a8e988177ce515ff5810de622df28 |
Release notes
Initial release.
cache 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| cache-6.x-1.x-dev.tar.gz | 41.51 KB | 79a338e56c2c5636efad016354ebbe25 |
| cache-6.x-1.x-dev.zip | 63.28 KB | e89fdb125c38b5cca5f83833ef9e96d8 |
Release notes
Development snapshot.