File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Symfony/Component/Cache/Adapter Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 25
25
* Implements simple and robust tag-based invalidation suitable for use with volatile caches.
26
26
*
27
27
* This adapter works by storing a version for each tags. When saving an item, it is stored together with its tags and
28
- * their corresponding versions. When retrieveing an item, those tag versions are compared to the current version of
28
+ * their corresponding versions. When retrieving an item, those tag versions are compared to the current version of
29
29
* each tags. Invalidation is achieved by deleting tags, thereby ensuring that their versions change even when the
30
30
* storage is out of space. When versions of non-existing tags are requested for item commits, this adapter assigns a
31
31
* new random version to them.
You can’t perform that action at this time.
0 commit comments