ehcache

net.sf.ehcache.store
Interface StoreFactory


public interface StoreFactory

Factory for creating Store implementations

Since:
1.7
Author:
teck

Method Summary
 Store create(Ehcache cache)
          Create a Store for the given cache
 

Method Detail

create

Store create(Ehcache cache)
Create a Store for the given cache

Parameters:
cache - the cache will backed by the returned store
Returns:
store instance

ehcache

true