v0.0.21¶
New: Fragment config defaults¶
NsFragmentConfig.defaults provides fallback config applied to fragment
methods that lack explicit per-method entries. For example,
defaults.cache supplies min_ttl/max_ttl for all @require_cache
methods without explicit cache config in configs, removing the need to
repeat cache TTLs for every cached method in a fragment.
Explicit per-method configs entries take precedence over defaults.