[jira] Updated: (JCS-50) 3 new memory caches

"Maxim Gordienko (JIRA)" <[email protected]> Sun, 7 Sep 2008 03:43:44 -0700 (PDT)
Newsgroups gmane.comp.jakarta.turbine.jcs.devel
Message-ID <1044187435.1220784224474.JavaMail.jira@brutus>
     [ https://issues.apache.org/jira/browse/JCS-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Gordienko updated JCS-50:
-------------------------------

    Attachment: 0001-refactored-memory-cache-hierarchy.patch

    refactored memory cache hierarchy
    
    moved common functionality (cache overflow, item removal, quiet get)
    to supeclass AbstractMemoryCache. Unified synchronization mutexes - use object
    instance instead of custom mutext.

> 3 new memory caches
> -------------------
>
>                 Key: JCS-50
>                 URL: https://issues.apache.org/jira/browse/JCS-50
>             Project: JCS
>          Issue Type: Improvement
>          Components: Composite Cache
>    Affects Versions: jcs-1.4-dev
>         Environment: current jcs trunk
>            Reporter: Maxim Gordienko
>            Assignee: Aaron Smuts
>         Attachments: 0001-refactored-memory-cache-hierarchy.patch
>
>
> This is a refactoring/reformat of patch introduced in JCS-43.
> Patch is splitted in 6 parts
> 1) refactoring memory caches to achieve higher code reuse
> 2) refactoring MRU cache to use double linked list instead of LinkedList
> 3) introduction of new PriorityList structure
> 4-6) new caches FIFO, LFU, Expiration

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.