org.eclipse.higgins.cache.api
Interface ICacheProvider
- All Known Implementing Classes:
- NOCacheProvider
public interface ICacheProvider
- Author:
- Alexander Yuhimenko
CacheProviderClassName
static final String CacheProviderClassName
- Property name from CacheConfiguration.xml
- See Also:
- Constant Field Values
CacheProviderConfigurationURL
static final String CacheProviderConfigurationURL
- Property name from CacheConfiguration.xml
- See Also:
- Constant Field Values
configure
void configure(Properties properties)
- Initial configuration
- Parameters:
properties - has property need for configure (CacheProviderConfigurationURL etc)
getCache
ICache getCache(String name)
- Parameters:
name - cache name, if cache don't found provider must create default cache
- Returns:
- cache instance