Interface FileCacheFactory

    • Method Detail

      • createFileCache

        FileCache createFileCache​(java.lang.String name)
                           throws java.io.IOException
        Creates a new FileCache.
        Parameters:
        name - Name for the FileCache.
        Returns:
        New FileCache.
        Throws:
        java.io.IOException - If fails to create a new FileCache.