File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Filter options
src/Symfony/Component/Cache Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CHANGELOG
7
7
* added support for connecting to Redis clusters via DSN
8
8
* added support for configuring multiple Memcached servers via DSN
9
9
* added ` MarshallerInterface ` and ` DefaultMarshaller ` to allow changing the serializer and provide one that automatically uses igbinary when available
10
- * added ` CacheInterface ` , which provides stampede protection via probabilistic early expiration and should become the preferred way to use a cache
10
+ * implemented ` CacheInterface ` , which provides stampede protection via probabilistic early expiration and should become the preferred way to use a cache
11
11
* added sub-second expiry accuracy for backends that support it
12
12
* added support for phpredis 4 ` compression ` and ` tcp_keepalive ` options
13
13
* added automatic table creation when using Doctrine DBAL with PDO-based backends
You can’t perform that action at this time.
0 commit comments