Returns a fully configured SmartWeave that is using file-based cache for StateEvaluator layer and mem cache for the rest.
Returns a preconfigured, fileCached SmartWeaveBuilder, that allows for customization of the SmartWeave instance. Use {@link SmartWeaveBuilder.build()} to finish the configuration.
Returns a fully configured SmartWeave that is using mem cache for all layers.
Returns a preconfigured, memCached SmartWeaveBuilder, that allows for customization of the SmartWeave instance. Use {@link SmartWeaveBuilder.build()} to finish the configuration.
Returns a fully configured, nonCached SmartWeave.
Returns a preconfigured SmartWeave that (yup, you've guessed it!) does not use any caches. This one is gonna be slooow! Use {@link SmartWeaveBuilder.build()} to finish the configuration.
Generated using TypeDoc
A SmartWeave factory that can be safely used only in Node.js env.