v1.6.2
版本发布时间: 2017-07-22 21:07:40
doctrine/cache最新发布版本:2.2.0(2022-05-21 04:14:45)
This release fixes a number of issues around the storage of
the false
value in a MemcachedCache
.
Total issues resolved: 4
- 159: The CacheProvider::fetchMultiple method throw a warning level error thanks to @thenbsp
-
161: Memcached:
doContains
returntrue
pretty much everytime if the stored value isfalse
thanks to @riquito -
181: Memcached: fix
doContains
return true even if status code is an error thanks to @omouren -
199: Memcached: fix
doContains
return true even if status code is an error (related to #181) thanks to @JonasHaouzi