Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

TASK : IO State prop for cacheOn #63

Closed orubel closed 2 months ago

orubel commented 1 year ago

Need to have a property in each IO State URI to allow a toggle for 'CacheOn'

This would allow developers/maintainers to set whether we 'cache' return sets or not.

The reasoning is that some endpoints may ALWAYS want LIVE DATA.

orubel commented 4 months ago

cache default is TRUE; you have to deliberately set to FALSE to not cache GET dataset

orubel commented 2 months ago

adding to IO state files as 'UPDATECACHE'

orubel commented 2 months ago

complete.tested.done