On Thu, 25 Apr 2024 at 21:47, Gary D. Gregory wrote:
> Hi Clause, Albert, and all,
>
> Why not make Hasher more functional like so:
>
> public interface Hasher extends Function
>
> It would implement the standard `apply` instead of `indices`.
>
> WDYT?
>
> Gary
>
I do not see any problems with t
Ping :-)
On 2024/04/22 18:48:21 Bruno Kinoshita wrote:
> +1
>
> Building OK from tag on
>
> Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
> Maven home: /opt/apache-maven-3.8.5
> Java version: 17.0.10, vendor: Private Build, runtime:
> /usr/lib/jvm/java-17-openjdk-amd64
> Default
Hi Clause, Albert, and all,
Why not make Hasher more functional like so:
public interface Hasher extends Function
It would implement the standard `apply` instead of `indices`.
WDYT?
Gary
-
To unsubscribe, e-mail: dev-unsubscr
Commons JCS?
Gary
On Thu, Apr 25, 2024, 6:17 AM Claude Warren wrote:
> I am looking for a cache testing library to test a new cache eviction
> strategy that I have developed. Does anybody know of one, preferably in
> Java?
>
> Claude
>
I am looking for a cache testing library to test a new cache eviction
strategy that I have developed. Does anybody know of one, preferably in
Java?
Claude