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<Entity>>L1Cache. get(EntityType entityType, Object entityId)Optional<CacheHit<Entity>>L1Cache. get(EntityType entityType, Object entityId, Fetch fetch)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<Entity>>CombinedEntityCache. getIfPresent(EntityType entityType, Object id)Optional<CacheHit<Entity>>CombinedEntityCache. getIfPresent(EntityType entityType, Object id, Fetch fetch)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<EntityKey,CacheHit<Map<String,Object>>> cache)Creates a newCombinedEntityCache
-