Class FilesCache

java.lang.Object
cz.drg.pregrouper.util.FilesCache

public class FilesCache extends Object
Utility class for caching and managing temporary files during the PGP process.
  • Constructor Details

    • FilesCache

      public FilesCache()
  • Method Details

    • addCreatedFile

      public static void addCreatedFile(String filepath)
    • freeRemovedFile

      public static void freeRemovedFile(String filepath)
    • removeAllCachedFiles

      public static void removeAllCachedFiles()