Skip to content

Allow filtering

Compare
Choose a tag to compare
@athal7 athal7 released this 07 Dec 16:19
· 50 commits to main since this release
8e948b3

Allow for logic to govern whether a beverage gets refilled. Can be
useful for saving execution cost and cache space when a model is
unlikely to be queried.

This can be useful when utilizing a cache store that has an eviction
policy, to prevent legacy records that happen to have been updated from
causing a more relevant record to be evicted.