All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sirix.cache.BufferManager Maven / Gradle / Ivy

package org.sirix.cache;

import org.sirix.page.PageReference;
import org.sirix.page.RevisionRootPage;
import org.sirix.page.interfaces.Page;

public interface BufferManager {
  Cache getRecordPageCache();

  Cache getPageCache();

  Cache getRevisionRootPageCache();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy