package openeye.storage; public interface IWorkingStorage<T> extends IAppendableStorage<T>, IQueryableStorage<T> { }