001package icy.sequence;
002
003/**
004 * Class responsible of handling virtual sequence.<br>
005 * It will load/unload Sequence data on demand avoiding to saturate memory with long timelaps for instance.
006 * 
007 * @author Stephane
008 */
009public class SequenceCacheManager
010{
011
012}