opteryx
opteryx copied to clipboard
✨ binder should not be responsible for caching
The binder shouldn't be concerned with the caching functionality, the readers should attach the caching (the decorator) and the decorator should determine if it should do the work.
This will be a slight increase in effort to read, but will simplify the binder and make the responsible component more logical.