Uses of Interface
com.github.mizosoft.methanol.internal.cache.DiskStore.Hasher
-
Packages that use DiskStore.Hasher Package Description com.github.mizosoft.methanol.internal.cache -
-
Uses of DiskStore.Hasher in com.github.mizosoft.methanol.internal.cache
Fields in com.github.mizosoft.methanol.internal.cache declared as DiskStore.Hasher Modifier and Type Field Description static DiskStore.HasherDiskStore.Hasher. TRUNCATED_SHA_256A Hasher returning the first 80 bits of the SHA-256 of the key's UTF-8 encoded bytes.Methods in com.github.mizosoft.methanol.internal.cache with parameters of type DiskStore.Hasher Modifier and Type Method Description DiskStore.BuilderDiskStore.Builder. hasher(DiskStore.Hasher hasher)
-