Uses of Interface
nzilbb.labbcat.server.db.StoreCache
-
Packages that use StoreCache Package Description nzilbb.labbcat.server.task Long-running tasks that can be monitored and cancelled by the user. -
-
Uses of StoreCache in nzilbb.labbcat.server.task
Methods in nzilbb.labbcat.server.task that return StoreCache Modifier and Type Method Description StoreCache
Task. getStoreCache()
Getter forTask.storeCache
: A supplier/consumer of graph stores, so that a store can be obtained if necessary, and resources can be shared/closed when appropriate.Methods in nzilbb.labbcat.server.task with parameters of type StoreCache Modifier and Type Method Description Task
Task. setStoreCache(StoreCache newStoreCache)
Setter forTask.storeCache
: A supplier/consumer of graph stores, so that a store can be obtained if necessary, and resources can be shared/closed when appropriate.
-