Class DefaultCacheController

java.lang.Object
de.hybris.platform.regioncache.DefaultCacheController
All Implemented Interfaces:
CacheController

public class DefaultCacheController extends Object implements CacheController
Main point connecting platform with cache.
Class is responsible for:
  • Cache configuration: gathers cache regions, region resolvers and invalidation filters in one place.
  • Resolves cache region using resolvers.
  • Processes adding from cache.
  • Processes invalidating cache units.
  • Decides whether using cache registry or not.