We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1105a87 + 9aaa8ac commit c1ee6e2Copy full SHA for c1ee6e2
src/Symfony/Component/Cache/CHANGELOG.md
@@ -0,0 +1,18 @@
1
+CHANGELOG
2
+=========
3
+
4
+3.2.0
5
+-----
6
7
+ * added TagAwareAdapter for tags-based invalidation
8
+ * added PdoAdapter with PDO and Doctrine DBAL support
9
+ * added PhpArrayAdapter and PhpFilesAdapter for OPcache-backed shared memory storage (PHP 7+ only)
10
+ * added NullAdapter
11
12
+3.1.0
13
14
15
+ * added the component with strict PSR-6 implementations
16
+ * added ApcuAdapter, ArrayAdapter, FilesystemAdapter and RedisAdapter
17
+ * added AbstractAdapter, ChainAdapter and ProxyAdapter
18
+ * added DoctrineAdapter and DoctrineProvider for bidirectional interoperability with Doctrine Cache
0 commit comments