Interface FileCache.ItemCreator<T>

    • Method Detail

      • createCacheItemForFile

        T createCacheItemForFile​(java.io.File file)
        Parameters:
        file - file
        Returns:
        item to store for the file, or null to remove the association.