public class CaffeineSubqueryCache extends SubsetSubqueryCache
| Constructor and Description |
|---|
CaffeineSubqueryCache(long maximumWeight) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the cache which allows the cache to release allocated memory.
|
protected org.janusgraph.graphdb.transaction.subquerycache.SubsetSubqueryCache.SubqueryResult |
get(JointIndexQuery.Subquery key) |
protected void |
put(JointIndexQuery.Subquery key,
org.janusgraph.graphdb.transaction.subquerycache.SubsetSubqueryCache.SubqueryResult result) |
get, getIfPresent, putprotected org.janusgraph.graphdb.transaction.subquerycache.SubsetSubqueryCache.SubqueryResult get(JointIndexQuery.Subquery key)
get in class SubsetSubqueryCacheprotected void put(JointIndexQuery.Subquery key, org.janusgraph.graphdb.transaction.subquerycache.SubsetSubqueryCache.SubqueryResult result)
put in class SubsetSubqueryCachepublic void close()
SubqueryCacheCopyright © 2012–2023. All rights reserved.