org.apache.oodt.cas.filemgr.ingest
Interface CacheFactory

All Known Implementing Classes:
AbstractCacheServerFactory, LocalCacheFactory, RmiCacheFactory, RmiCacheServerFactory

public interface CacheFactory

Version:
$Revision: 9683 $

A Factory class for creating Caches

.
Author:
mattmann

Method Summary
 Cache createCache()
          Create a new Cache.
 

Method Detail

createCache

Cache createCache()
                  throws InstantiationException
Create a new Cache.

Returns:
A new Cache, constructed by the implementing Factory.
Throws:
InstantiationException - If the the particular Cache can not be created for some reason.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.