DODS 7.2 API

org.enhydra.dods.cache.lru
Class DODSLRUCacheFactory

java.lang.Object
  extended by org.enhydra.dods.cache.lru.DODSLRUCacheFactory
All Implemented Interfaces:
DODSCacheAbstractFactory

public class DODSLRUCacheFactory
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
DODSLRUCacheFactory()
           
 
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

DODSLRUCacheFactory

public DODSLRUCacheFactory()
Method Detail

newDODSCache

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

DODS 7.2 API