Version: 1.1.1

org.inb.biomoby.central.cache
Class MobyCentralFileCache

java.lang.Object
  extended by org.inb.biomoby.central.cache.MobyCentralFileCache
All Implemented Interfaces:
IMobyCentralCache

public class MobyCentralFileCache
extends Object
implements IMobyCentralCache

Simple cache store definition based on file (located in a $HOME/.MobyCentralCache/ directory)

Author:
Dmitry Repchevsky

Constructor Summary
MobyCentralFileCache()
           
 
Method Summary
 Reader getReader(URL url)
           
 Writer getWriter(URL url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobyCentralFileCache

public MobyCentralFileCache()
Method Detail

getReader

public Reader getReader(URL url)
                 throws IOException
Specified by:
getReader in interface IMobyCentralCache
Throws:
IOException

getWriter

public Writer getWriter(URL url)
                 throws IOException
Specified by:
getWriter in interface IMobyCentralCache
Throws:
IOException

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010