org.ehcache.internal.store.tiering
Class CacheStoreProviderFactory

java.lang.Object
  extended by org.ehcache.internal.store.tiering.CacheStoreProviderFactory
All Implemented Interfaces:
ServiceFactory<CacheStore.Provider>

public class CacheStoreProviderFactory
extends java.lang.Object
implements ServiceFactory<CacheStore.Provider>


Constructor Summary
CacheStoreProviderFactory()
           
 
Method Summary
 CacheStore.Provider create(ServiceCreationConfiguration<CacheStore.Provider> configuration)
           
 java.lang.Class<CacheStore.Provider> getServiceType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStoreProviderFactory

public CacheStoreProviderFactory()
Method Detail

create

public CacheStore.Provider create(ServiceCreationConfiguration<CacheStore.Provider> configuration)
Specified by:
create in interface ServiceFactory<CacheStore.Provider>

getServiceType

public java.lang.Class<CacheStore.Provider> getServiceType()
Specified by:
getServiceType in interface ServiceFactory<CacheStore.Provider>