org.ehcache.core.spi.service
Interface CacheManagerProviderService

All Superinterfaces:
Service
All Known Implementing Classes:
DefaultCacheManagerProviderService

public interface CacheManagerProviderService
extends Service

Special service that services can depend onto to be able to recover the instance of the current EhcacheManager


Method Summary
 EhcacheManager getCacheManager()
           
 
Methods inherited from interface org.ehcache.spi.service.Service
start, stop
 

Method Detail

getCacheManager

EhcacheManager getCacheManager()