Uses of Interface
io.hotmoka.local.EngineClassLoader
-
Uses of EngineClassLoader in io.hotmoka.local
Methods in io.hotmoka.local that return EngineClassLoaderModifier and TypeMethodDescriptionNodeCaches.getClassLoader(TransactionReference classpath) Yields a class loader for the given class path, using a cache to avoid regeneration, if possible.ResponseBuilder.getClassLoader()Yields the class loader used to build the response.protected EngineClassLoaderNonInitialResponseBuilder.mkClassLoader()Methods in io.hotmoka.local with parameters of type EngineClassLoaderModifier and TypeMethodDescriptionprotected 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.