triava icon indicating copy to clipboard operation
triava copied to clipboard

The triava project contains several of trivago's core libraries for Java-based projects: caching, collections, annotations, concurrency libraries and more.

Results 5 triava issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

This ticket was imported from an former ticket system. ----- Triava Cache can do Write-Through. The implementation is JCache compliant, which means that Write-Through is done synchronously (and before mutating...

This ticket was imported from an former ticket system. ----- There are a couple of disk stores that do block compression (Cassandra, RocksDB, ...), but to my knowledge there is...

This PR is for the feature described in https://github.com/trivago/triava/issues/5 It allows caches to be limited by weight instead of number of elements. The implementation is fully backwards compatible. The configuration...

tcache supports limiting the maximum number of entries by element count. That works well if elements are equally big. OTOH it does not work so good if elements have highly...