io.randomseed.utils.nop-cache
added in 1.0.0
Random utils, NOP-cache.
->NOPCache
(->NOPCache cache)Positional factory function for class io.randomseed.utils.nop_cache.NOPCache.
factory
(factory & args)Creates a NOPCache instance. All lookups return not-found, all mutations return the cache unchanged. Useful as a no-op placeholder when caching is disabled.