Skip to content

Commit eef238f

Browse files
committed
Fix cache clearing for the hash cache
1 parent 457b5a8 commit eef238f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Resources/config/cache.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
<argument />
3333
</service>
3434

35-
<service id="cache.incenteev_hashed_asset" parent="cache.system" public="false" />
35+
<service id="cache.incenteev_hashed_asset" parent="cache.system" public="false">
36+
<tag name="cache.pool" />
37+
</service>
3638
</services>
3739
</container>

0 commit comments

Comments
 (0)