org.compass.core.cache.first
Class FirstLevelCacheFactory
java.lang.Object
org.compass.core.cache.first.FirstLevelCacheFactory
- All Implemented Interfaces:
- CompassConfigurable
public class FirstLevelCacheFactory
- extends Object
- implements CompassConfigurable
- Author:
- kimchy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FirstLevelCacheFactory
public FirstLevelCacheFactory()
configure
public void configure(CompassSettings settings)
throws CompassException
- Description copied from interface:
CompassConfigurable
- Configure using the given settings.
- Specified by:
configure
in interface CompassConfigurable
- Parameters:
settings
- The settings for the configured object
- Throws:
CompassException
createFirstLevelCache
public FirstLevelCache createFirstLevelCache()
throws CompassException
- Throws:
CompassException
Copyright (c) 2004-2009 The Compass Project.