With release 7.10.19.0, a new Cache API is introduced, which allows fine grained configuration and invalidation. The new caches are based on Guava cache implementation.
Existing caches must not be migrated, but we recommend to use the new cache API as soon as possible. Some features are:
Attention
After introduction the promotion cache was reworked (7.10.22.0). Unfortunately, the default configuration of caches leads to an high memory usage of that cache. So we strongly recommend to configure the cache manually.
intershop.caches.PromotionsCache.guava.config=recordStats,concurrencyLevel=16,initialCapacity=100,maximumSize=10000