laminas/laminas-cache-storage-adapter-memcached
Memcached storage adapter for Laminas Cache. Provides a cache storage implementation backed by the PHP Memcached extension, supporting common cache operations, options, and integration with Laminas cache plugins and configuration.
Feature release (minor)
Feature release (minor)
Backwards incompatible release (major)
laminas-cache-storage-adapter-memcached 3.0.0 is here and finally adds native types everywhere, adds support for psr/cache and psr/simple-cache v2 & v3, supports laminas/laminas-cache v4 and introduces an all new metadata logic.
psr/cache and psr/simple-cache v2 & v3MemcachedResourceManagerInterface to allow a replacement of the MemcachedResourceManager if neededMemcachedResourceManager is now final but implements the MemcachedResourceManagerInterface which can be used to implement own resource manager logic if neededMemcachedOptions#setResourceManager does now consume MemcachedResourceManagerInterfaceMemcachedOptions#getResourceManager does now provide MemcachedResourceManagerInterfaceMemcachedOptions#setMemcachedResource, use MemcachedResourceManager#setResource insteadMemcachedOptions#getMemcachedResource, use MemcachedResourceManager#getResouce insteadMemcachedOptions#addServer, use MemcachedResourceManager#addServer insteadMemcachedOptions#setLibOption, use MemcachedOptions#setLibOptions or MemcachedResourceManagerInterface#setLibOption insteadMemcachedOptions#getLibOption, use MemcachedOptions#getLibOptions or MemcachedResourceManagerInterface#getLibOption insteadFeature release (minor)
Feature release (minor)
Feature release (minor)
Feature release (minor)
Feature release (minor)
Backwards incompatible release (major)
laminas-cache v3.0.0finalFeature release (minor)
250. The storage capabilities provided 255 which will lead to errors when keys up to this length would've been used.namespace or namespaceSeparator is changed, the maximum key length will change as well as the namespace prefix will reserve some space in the cache key.Feature release (minor)
RuntimeExceptions thrown by the Memcached methods do now always contain the memcached result code as codelaminas/laminas-cache dependency to avoid circular dependencies.1.0.x bugfix release (patch)
This is the initial release of laminas/laminas-cache-storage-adapter-memcached.
This release does not contain any changes when compared to laminas/laminas-cache v2.9!
How can I help you explore Laravel packages today?