See [`@EnableConcurrencyControlledCaching`](https://github.com/jxblum/cache-consistency-prototype/blob/main/spring-cache-extensions/src/main/java/io/cacheconsistency/prototype/spring/cache/annotation/EnableConcurrencyControlledCaching.java) annotation and associated [configuration class](https://github.com/jxblum/cache-consistency-prototype/blob/main/spring-cache-extensions/src/main/java/io/cacheconsistency/prototype/spring/cache/annotation/ConcurrencyControlledCachingConfiguration.java). This feature and extension depends on Issue #4.