Uses of Class
org.molgenis.data.cache.utils.EntityHydration
-
Packages that use EntityHydration Package Description org.molgenis.data.cache.l2 org.molgenis.data.cache.utils -
-
Uses of EntityHydration in org.molgenis.data.cache.l2
Constructors in org.molgenis.data.cache.l2 with parameters of type EntityHydration Constructor Description L2Cache(TransactionManager transactionManager, EntityHydration entityHydration, TransactionInformation transactionInformation, io.micrometer.core.instrument.MeterRegistry meterRegistry) -
Uses of EntityHydration in org.molgenis.data.cache.utils
Constructors in org.molgenis.data.cache.utils with parameters of type EntityHydration Constructor Description CombinedEntityCache(EntityHydration entityHydration, com.google.common.cache.Cache<EntityKey,CacheHit<Map<String,Object>>> cache)Creates a newCombinedEntityCache
-