Class AtomCache

java.lang.Object
org.biojava.nbio.structure.align.util.AtomCache

public class AtomCache extends Object
A utility class that provides easy access to Structure objects. If you are running a script that is frequently re-using the same PDB structures, the AtomCache keeps an in-memory cache of the files for quicker access. The cache is a soft-cache, this means it won't cause out of memory exceptions, but garbage collects the data if the Java virtual machine needs to free up space. The AtomCache is thread-safe.
Since:
3.0
Author:
Andreas Prlic, Spencer Bliven, Peter Rose