Hi, 

 

I need to setup a cache to store some static data in the cache which will be
used for rendering the UI. This static data needs to be loaded into the
cache at application deployment time. Currently I am doing it dumping all
the data fetching code into one method and annotating that method with
@PostConstruct and it is loaded during application startup. But I want to
switch to the standard solution in built with Ehcache which is to use
bootstrapcacheloader, but not able to find enough examples online . 

I am using, Spring 3.1 , bigmemory Max 4.1.0 and iBatis . Can someone please
point me to helpful set of examples on the same topic ?

 

Thanks

Manu

_______________________________________________
tc-dev mailing list
tc-dev@lists.terracotta.org
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to