| Name | Description | Type | Package | Framework |
| EhCacheCache | Cache implementation on top of an Ehcache instance. | Class | org.springframework.cache.ehcache | Spring MVC |
| EhCacheCacheManager | CacheManager backed by an EhCache CacheManager. | Class | org.springframework.cache.ehcache | Spring MVC |
| EhCacheFactoryBean | FactoryBean that creates a named EhCache Cache instance(or a decorator that implements the Ehcache interface), | Class | org.springframework.cache.ehcache | Spring MVC |
| EhCacheManagerFactoryBean | FactoryBean that exposes an EhCache CacheManagerinstance (independent or shared), configured from a specified config location. | Class | org.springframework.cache.ehcache | Spring MVC |
| EhCacheManagerUtils | Convenient builder methods for EhCache 2. | Class | org.springframework.cache.ehcache | Spring MVC |