Beapi-io / spring-boot-starter-beapi

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

BUG : Unset CACHED data upon unsafe method call made #115

Closed orubel closed 5 months ago

orubel commented 5 months ago

Anytime UNSAFE method is called for an endpoint, we need to unset cache. Far faster than a lookup as this will just require a reset of the cache on the next SAFE method call

orubel commented 5 months ago

So interestingly, I set this function a LOOOONG time ago but forgot to implement. Nice to finally get around to it. :)

Tested and working great