DODS 7.2 API

org.enhydra.dods.cache.hash
Class DODSLinkedHashCacheFactory

java.lang.Object
  extended by org.enhydra.dods.cache.hash.DODSLinkedHashCacheFactory
All Implemented Interfaces:
DODSCacheAbstractFactory

public class DODSLinkedHashCacheFactory
extends java.lang.Object
implements DODSCacheAbstractFactory

Author:
Administrator TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
DODSLinkedHashCacheFactory()
           
 
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

DODSLinkedHashCacheFactory

public DODSLinkedHashCacheFactory()
Method Detail

newDODSCache

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

DODS 7.2 API