Class CachedIndexedFile

All Implemented Interfaces:
IPersistence, AbstractDataObject, ICBLBeanNGroup, ICBLContainer, IFieldContainer, ISMBean, ISMDataType

public abstract class CachedIndexedFile extends SequentialNIOFile
Cached table is for Reference Data only. Reference data are NOT written back to the file-system, they are only used in read-only mode. The data is loaded from file-system (when open() method is called) - and loaded into memory.
To use - find a persistent class which inherits from SQLWrapper or AbstractORContainer , and change its superclass to CachedIndexedFile.
also remember to use "assignFileName" to define the file containing the data.