Beapi-io / spring-boot-starter-beapi

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

TASK : implement caches through class so we can change properties on the fly #12

Closed orubel closed 1 year ago

orubel commented 2 years ago

need to test changing of cache variables on the fly (ie diskExpiryThreadIntervalSeconds)

Since these variables can be changed on the fly without a restart, would be invaluable to make this part of caching functionality (and also very hazardous if people get security incorrect)

These will never be an issue for caching because only GET calls are cached.

orubel commented 2 years ago

I thnik I can already do this but need to test this.