I need to load some data from DB to Cache on server start up.And once a request came, need to take the data from this cache.Also need to refresh cache in frequent intervals.It would be help if somebody provide way for achieving this.I am using Spring 3.1.
Thanks
I need to load some data from DB to Cache on server start up.And
Share
There are lots of cache implementations available:
LoadingCacheConcurrentHashMapfrom the JDK if you don’t want more dependencies