You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring boot with ehcache to cache the data for rest web services. Data will stay in memory for a given time after that will be queried again from Database.
Its a cache management demo with spring-boot and ehcache. Cache will be maintained by Time To Live (TTL) 60 seconds. Logs will print the apprpriate behavior.
About
Spring boot with ehcache to cache the data for rest web services. Data will stay in memory for a given time after that will be queried again from Database.