-
public final class FileStore
-
-
Constructor Summary
Constructors Constructor Description FileStore(ICTPreference ctPreference)
-
Method Summary
Modifier and Type Method Description final UnitsaveFileUrl(String url, Long expiry)final UnitclearFileUrl(String url)final Set<String>getAllFileUrls()final LongexpiryForUrl(String url)-
-
Constructor Detail
-
FileStore
FileStore(ICTPreference ctPreference)
-
-
Method Detail
-
saveFileUrl
final Unit saveFileUrl(String url, Long expiry)
-
clearFileUrl
final Unit clearFileUrl(String url)
-
getAllFileUrls
final Set<String> getAllFileUrls()
-
expiryForUrl
final Long expiryForUrl(String url)
-
-
-
-