Interface CacheContext<ID,R,RRC,CTX extends CacheContext<ID,R,RRC,CTX>>

All Known Implementing Classes:
CacheContext.OneToManyCacheContext, CacheContext.OneToOneCacheContext

public sealed interface CacheContext<ID,R,RRC,CTX extends CacheContext<ID,R,RRC,CTX>> permits CacheContext.OneToManyCacheContext<ID,EID,R,RC>, CacheContext.OneToOneCacheContext<ID,R>