Previously the functions for TinyLFU to construct with custom hashes were unavailable, making it impossible to actually construct the caches with custom hashers. Rearrange the code so that constructors are available for custom hashers when using the builder.
Previously the functions for TinyLFU to construct with custom hashes were unavailable, making it impossible to actually construct the caches with custom hashers. Rearrange the code so that constructors are available for custom hashers when using the builder.