Package io.trino.plugin.deltalake.cache
Class DeltaLakeCacheKeyProvider
java.lang.Object
io.trino.plugin.deltalake.cache.DeltaLakeCacheKeyProvider
- All Implemented Interfaces:
CacheKeyProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCacheKey(TrinoInputFile delegate) Get the cache key of a TrinoInputFile.
-
Constructor Details
-
DeltaLakeCacheKeyProvider
public DeltaLakeCacheKeyProvider()
-
-
Method Details
-
getCacheKey
Get the cache key of a TrinoInputFile. Returns Optional.empty() if the file is not cacheable.- Specified by:
getCacheKeyin interfaceCacheKeyProvider
-