You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
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
5724
`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
0 commit comments