Class FileAnalysisCache

    • Constructor Detail

      • FileAnalysisCache

        public FileAnalysisCache​(java.io.File cache)
        Creates a new cache backed by the given file, and attempts to load pre-existing data from it.
        Parameters:
        cache - The file on which to store analysis cache
    • Method Detail

      • persist

        public void persist()
        Description copied from interface: AnalysisCache
        Persist the analysis results on whatever means is used by the cache