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 factory that simplifies the process of creating different versions of SmartWeave. All versions use the Evolve plugin. SmartWeave instances created by this factory can be safely used in a web environment.