Skip to content

Commit 2f48c0a

Browse files
authored
Merge pull request #4 from stof/fix_cache_clearing
Fix cache clearing for the hash cache
2 parents 457b5a8 + eef238f commit 2f48c0a

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)