Package com.firebolt.jdbc.cache
Class FilenameGenerator
java.lang.Object
com.firebolt.jdbc.cache.FilenameGenerator
Generates a file name that should be unique for a cache key using an argon2 generator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FilenameGenerator
public FilenameGenerator()
-
-
Method Details
-
generate
We will generate the file name by taking the cache value and encrypting it using the encryption key from the same cache value- Parameters:
cacheKey
-- Returns:
- Throws:
FilenameGenerationException
-