Class CacheEntryFile

java.lang.Object
org.aksw.jena_sparql_api.cache.file.CacheEntryFile
All Implemented Interfaces:
CacheEntry

public class CacheEntryFile extends Object implements CacheEntry
  • Field Details

    • file

      protected Path file
    • lifespan

      protected long lifespan
    • isCompressed

      protected boolean isCompressed
  • Constructor Details

    • CacheEntryFile

      public CacheEntryFile(Path file, long lifespan, boolean isCompressed)
  • Method Details