Uses of Interface
io.hotmoka.local.EngineClassLoader
-
-
Uses of EngineClassLoader in io.hotmoka.local
Methods in io.hotmoka.local that return EngineClassLoader Modifier and Type Method Description EngineClassLoaderNodeCaches. getClassLoader(TransactionReference classpath)Yields a class loader for the given class path, using a cache to avoid regeneration, if possible.EngineClassLoaderResponseBuilder. getClassLoader()Yields the class loader used to build the response.protected EngineClassLoaderNonInitialResponseBuilder. mkClassLoader()Methods in io.hotmoka.local with parameters of type EngineClassLoader Modifier and Type Method Description protected voidAbstractLocalNode. invalidateCachesIfNeeded(TransactionResponse response, EngineClassLoader classLoader)Invalidates the caches, if needed, after the addition of the given response into store.voidNodeCaches. invalidateIfNeeded(TransactionResponse response, EngineClassLoader classLoader)Invalidates the information in this cache, after the execution of a transaction with the given classloader, that yielded the given response.
-