DODS 7.3 API

org.enhydra.dods.cache.base
Interface DODSCacheAbstractFactory

All Known Implementing Classes:
DODSHashMapCacheFactory, DODSLinkedHashCacheFactory, DODSLRUCacheFactory

public interface DODSCacheAbstractFactory

Author:
P.Djojic May 18, 2005 12:59:34 AM TODO DODSCacheAbstractFactory

Method Summary
 DODSCache newDODSCache(int cacheSize)
           
 

Method Detail

newDODSCache

DODSCache newDODSCache(int cacheSize)

DODS 7.3 API