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 61215aac 10.16.1.2 does not exist
     new 41686f4e Move misc code out of the lock
     new 3d0b4ecd Move payload to derived classes
     new 4bd184b8 Make DoubleLinkedList Iterable
     new 2a9b11a4 Simplify
     new 974a1707 Re-add ASL
     new 638611a9 Use same locking as in AbstractMemoryCache

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       |  10 +-
 .../jcs4/engine/memory/AbstractMemoryCache.java    |  48 +++--
 .../memory/util/MemoryElementDescriptor.java       |   8 +-
 .../commons/jcs4/utils/struct/AbstractLRUMap.java  | 215 ++++++++++++++-------
 .../jcs4/utils/struct/DoubleLinkedList.java        |  56 ++++--
 .../jcs4/utils/struct/DoubleLinkedListNode.java    |  25 +--
 .../jcs4/utils/struct/LRUElementDescriptor.java    |  21 +-
 .../jcs4/JCSConcurrentCacheAccessUnitTest.java     | 132 ++++++-------
 .../utils/struct/DoubleLinkedListDumpUnitTest.java |  13 +-
 .../utils/struct/DoubleLinkedListUnitTest.java     |  91 +++++----
 10 files changed, 372 insertions(+), 247 deletions(-)

Reply via email to