org.eclipse.higgins.cache.nocache
Class NOCacheProvider

java.lang.Object
  extended by org.eclipse.higgins.cache.nocache.NOCacheProvider
All Implemented Interfaces:
ICacheProvider

public class NOCacheProvider
extends Object
implements ICacheProvider

Author:
Alexander Yuhimenko

Field Summary
 
Fields inherited from interface org.eclipse.higgins.cache.api.ICacheProvider
CacheProviderClassName, CacheProviderConfigurationURL
 
Constructor Summary
NOCacheProvider()
           
 
Method Summary
 void configure(Properties properties)
          Initial configuration
 ICache getCache(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NOCacheProvider

public NOCacheProvider()
Method Detail

getCache

public ICache getCache(String name)
Specified by:
getCache in interface ICacheProvider
Parameters:
name - cache name, if cache don't found provider must create default cache
Returns:
cache instance

configure

public void configure(Properties properties)
Description copied from interface: ICacheProvider
Initial configuration

Specified by:
configure in interface ICacheProvider
Parameters:
properties - has property need for configure (CacheProviderConfigurationURL etc)