pynenc.arg_cache.disabled_arg_cache¶
Module Contents¶
Classes¶
A no-op implementation of argument caching that passes through to the serializer. |
API¶
- class pynenc.arg_cache.disabled_arg_cache.DisabledArgCache(app: pynenc.app.Pynenc)[source]¶
Bases:
pynenc.arg_cache.base_arg_cache.BaseArgCacheA no-op implementation of argument caching that passes through to the serializer.
This is the default implementation used when argument caching is not needed.
Initialization
Initialize with app reference.