Interface CacheInvalidator

All Known Implementing Classes:
DefaultCacheInvalidator, DummyCacheInvalidator

public interface CacheInvalidator
Invalidator which is used to invalidate cache if there are changes items.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invalidates cache based on collection of results containing operation CrudEnum and primary keys PK
  • Method Details