Uses of Class
org.molgenis.data.cache.utils.CacheHit
-
Packages that use CacheHit Package Description org.molgenis.data.cache.l1 org.molgenis.data.cache.utils -
-
Uses of CacheHit in org.molgenis.data.cache.l1
Methods in org.molgenis.data.cache.l1 that return types with arguments of type CacheHit Modifier and Type Method Description Optional<CacheHit<org.molgenis.data.Entity>>L1Cache. get(String entityTypeId, Object id, org.molgenis.data.meta.model.EntityType entityType)Retrieves an entity from the L1 cache based on a combination of entity name and entity id. -
Uses of CacheHit in org.molgenis.data.cache.utils
Methods in org.molgenis.data.cache.utils that return CacheHit Modifier and Type Method Description static <T> CacheHit<T>CacheHit. empty()static <T> CacheHit<T>CacheHit. of(T value)Methods in org.molgenis.data.cache.utils that return types with arguments of type CacheHit Modifier and Type Method Description Optional<CacheHit<org.molgenis.data.Entity>>CombinedEntityCache. getIfPresent(org.molgenis.data.meta.model.EntityType entityType, Object id)Retrieves an entity from the cache if present.Constructor parameters in org.molgenis.data.cache.utils with type arguments of type CacheHit Constructor Description CombinedEntityCache(EntityHydration entityHydration, com.google.common.cache.Cache<org.molgenis.data.EntityKey,CacheHit<Map<String,Object>>> cache)Creates a newCombinedEntityCache
-