Version: 1.1.1

Uses of Interface
org.biomoby.client.SimpleCache

Packages that use SimpleCache
org.biomoby.client The components used for developing Moby clients. 
 

Uses of SimpleCache in org.biomoby.client
 

Subinterfaces of SimpleCache in org.biomoby.client
 interface SimpleFileCache
          An interface extending basic operations for caching data by pointing users directly to files with cached objects or for cached objects.
 

Classes in org.biomoby.client that implement SimpleCache
 class CentralCachedCallsImpl
          Implements the functionality of caching by reusing identical calls to MOBY central (e.g. asking multiple times what services take a DNA sequence in the gi namespace).
 class CentralDigestCachedImpl
          An implementation of CentralAll, allowing to cache locally results of the cumulative methods so it does not need to access Moby registry all the time.
 class CentralDigestCachedSimpleImpl
          An implementation of CentralAll, allowing to cache locally results of the cumulative methods so it does not need to access Moby registry all the time.
 class CentralDigestImpl
          A default implementation of CentralDigest to get (also) cumulated data from a Moby registry.
 class CentralImpl
          A default implementation of the interface Central allowing access to a Moby registry.
 class FileCache
          A simple cache implementation to save and later return (any) data, or to find that the given data are not available in the cache.
 class ServletFileCache
          A simple cache implementation meant to be used in a servlet environment in order to save and later return (any) data, or to find that the given data are not available in the cache.
 


Version: 1.1.1

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