| Package | Description |
|---|---|
| org.molgenis.pathways.service |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> com.google.common.cache.LoadingCache<K,V> |
CacheFactory.loadingCache(RemoteFunction<K,V> loader)
|
static <Params,Result> |
CacheFactory.loadingPathwayCache(RemoteFunction<Params,Result[]> loader,
BiPredicate<Params,Result> filter,
Function<Result,Pathway> pathwayTransformer)
Creates a
LoadingCache for Pathways |
Copyright © 2017. All rights reserved.