saman.aghazadeh 0 Newbie Poster

I'm using Ehcache beside Hibernate. I need a cache manager in my project that could do these things below:

1- I wanted to refresh some caches
2- I wanted to remove some caches

I will be happy if someone can help me and also guide me how to make a CacheManager and also do these things with that cache manager.