DODS 6.5 API

org.enhydra.dods.cache.base
Interface DODSCacheAbstractFactory

All Known Implementing Classes:
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

public DODSCache newDODSCache(int cacheSize)

DODS 6.5 API