All Classes
-
All Classes Interface Summary Class Summary Class Description CacheHit<T> CombinedEntityCache EntityHydration Hydrates and dehydrates entities.L1Cache Caches entities within a transaction to speed up queries within those transactions.L1CacheJanitor PerformsL1Cachecleaning on cache adds/updates/deletes.L1CacheJanitorImpl L1CacheRepositoryDecorator Adds, removes and retrieves entities from theL1Cachewhen aRepositoryisRepositoryCapability.CACHEABLE.L2Cache In-memory cache of entities read from cacheable repositories.L2CacheRepositoryDecorator Adds, removes and retrieves entities from theL2Cachewhen aRepositoryisRepositoryCapability.CACHEABLE.L3Cache In-memory Query cache containing Queries and resulting ids from cacheable repositoriesL3CacheRepositoryDecorator