Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Releases: VirtoCommerce/vc-module-cache

v1.0.19

27 May 16:06
Compare
Choose a tag to compare
  • 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

12 Dec 19:55
Compare
Choose a tag to compare
  • Fixed bug when ResponseGroup wasn't used for cache key generation in MemberServicesDecorator

v1.0.17

24 Aug 13:18
Compare
Choose a tag to compare
  • Eliminated the GetHashCode() for the cache key construction logic #8 #7

v1.0.16

15 Jun 12:45
Compare
Choose a tag to compare
  • 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

06 Mar 16:00
Compare
Choose a tag to compare
  • Added caching for PricingModule services

v1.0.14

26 Oct 12:46
Compare
Choose a tag to compare
  • 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

15 May 13:26
Compare
Choose a tag to compare
  • Add to 'smart' cache inventory services calls

v1.0.12

10 May 09:13
Compare
Choose a tag to compare
  • Remove Optimistic concurrency check for EF (not work on azure sql)

v1.0.11

03 May 08:45
Compare
Choose a tag to compare
  • Store Last-modified time-stamp in database for more correct work with multiple platform instances

v1.0.10

02 May 13:40
Compare
Choose a tag to compare
  • Add cache invalidation for platform running on multiple instances