Releases: VirtoCommerce/vc-module-cache
Releases · VirtoCommerce/vc-module-cache
v1.0.19
- Added throttling for cache clear regions handlers to reduce updates quantity to
LastModified
table when using multiple platform instances that connect to same Redis
cache server. (Problem was in large quantity of queries to LastModified
table)
v1.0.18
- Fixed bug when
ResponseGroup
wasn't used for cache key generation in MemberServicesDecorator
v1.0.17
- Eliminated the
GetHashCode()
for the cache key construction logic #8 #7
v1.0.16
- Invalidate members cache region for any changes to platform security accounts
This hotfix should fix the error when the newly added security account for contact object didn't appear in the contact account list
v1.0.15
- Added caching for
PricingModule
services
v1.0.14
- Fixed Smart cache module fails to load without any of the Search provider installed #5
- Fixed Smart caching module fails to load without Inventory module #4
- Fixed sonar issues
v1.0.13
- Add to 'smart' cache inventory services calls
v1.0.12
- Remove Optimistic concurrency check for EF (not work on azure sql)
v1.0.11
- Store Last-modified time-stamp in database for more correct work with multiple platform instances
v1.0.10
- Add cache invalidation for platform running on multiple instances