Skip to content

Commit

Permalink
Merge pull request #4 from stof/fix_cache_clearing
Browse files Browse the repository at this point in the history
Fix cache clearing for the hash cache
  • Loading branch information
stof committed May 25, 2018
2 parents 457b5a8 + eef238f commit 2f48c0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Resources/config/cache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<argument />
</service>

<service id="cache.incenteev_hashed_asset" parent="cache.system" public="false" />
<service id="cache.incenteev_hashed_asset" parent="cache.system" public="false">
<tag name="cache.pool" />
</service>
</services>
</container>

0 comments on commit 2f48c0a

Please sign in to comment.