Class FileAnalysisCache

    • Constructor Detail

      • FileAnalysisCache

        public FileAnalysisCache​(java.io.File cache)
        Deprecated.
        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()
        Deprecated.
        Description copied from interface: AnalysisCache
        Persists the updated analysis results on whatever medium is used by the cache.
      • cacheExists

        protected boolean cacheExists()
        Deprecated.
        Description copied from class: AbstractAnalysisCache
        Returns true if the cache exists. If so, normal cache validity checks will be performed. Otherwise, the cache is necessarily invalid (e.g. on a first run).
        Specified by:
        cacheExists in class AbstractAnalysisCache