Wraps a function with caching behavior
This decorator caches function results based on arguments and cache options. It respects cache time settings and can be disabled per call.
Function to wrap with caching behavior
Wrapped function with caching behavior
Wraps a function with caching behavior
This decorator caches function results based on arguments and cache options. It respects cache time settings and can be disabled per call.