DODS 7.3 API

org.enhydra.dods.cache.complete
Class DODSHashMapCacheFactory

java.lang.Object
  extended by org.enhydra.dods.cache.complete.DODSHashMapCacheFactory
All Implemented Interfaces:
DODSCacheAbstractFactory

public class DODSHashMapCacheFactory
extends java.lang.Object
implements DODSCacheAbstractFactory

Factory class for DODSHashMapCache objects.

Version:
1.0 11.06.2006.
Author:
Tanja Jovanovic

Constructor Summary
DODSHashMapCacheFactory()
           
 
Method Summary
 DODSCache newDODSCache(int cacheSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DODSHashMapCacheFactory

public DODSHashMapCacheFactory()
Method Detail

newDODSCache

public DODSCache newDODSCache(int cacheSize)
Specified by:
newDODSCache in interface DODSCacheAbstractFactory

DODS 7.3 API