This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
from 8e3bba7f Merge branch 'master' of
https://github.com/apache/commons-jcs.git
new ebde5f35 Use ConcurrentMap again
new b503b52a Handle maxObjects < 0 correctly
new 71fb88ea Test all memeory cache implementations. Output performance
data.
new c6934407 Use thread pool, also test FIFO Cache
new bf59a1a5 Update MemoryElementDescriptor in-place
new 404fd99d Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-jcs.git
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../AbstractDoubleLinkedListMemoryCache.java | 67 ++++-----
.../jcs4/engine/memory/AbstractMemoryCache.java | 49 +++---
.../jcs4/engine/memory/fifo/FIFOMemoryCache.java | 14 +-
.../jcs4/engine/memory/lru/LHMLRUMemoryCache.java | 13 +-
.../jcs4/engine/memory/lru/LRUMemoryCache.java | 12 --
.../jcs4/engine/memory/mru/MRUMemoryCache.java | 14 --
.../memory/soft/SoftReferenceMemoryCache.java | 13 +-
.../memory/util/MemoryElementDescriptor.java | 10 ++
.../jcs4/utils/struct/DoubleLinkedList.java | 17 ++-
.../jcs4/utils/struct/DoubleLinkedListNode.java | 2 +-
.../jcs4/JCSConcurrentCacheAccessUnitTest.java | 167 ++++++++++++---------
.../src/test/test-conf/TestJCS-73.ccf | 22 ++-
12 files changed, 207 insertions(+), 193 deletions(-)