Class CachedRemoteScopInstallation

java.lang.Object
org.biojava.nbio.structure.domain.SerializableCache<String,ScopDomain>
org.biojava.nbio.structure.scop.CachedRemoteScopInstallation
All Implemented Interfaces:
ScopDatabase

public class CachedRemoteScopInstallation extends SerializableCache<String,ScopDomain> implements ScopDatabase
An extension of the RemoteScopInstallation that caches some of the data locally.
Author:
Andreas Prlic
  • Constructor Details

    • CachedRemoteScopInstallation

      public CachedRemoteScopInstallation() throws IOException
      Throws:
      IOException
    • CachedRemoteScopInstallation

      public CachedRemoteScopInstallation(boolean useCache) throws IOException
      Throws:
      IOException
  • Method Details