[jira] Created: (JCS-43) 3 new eviction policies

"Maxim Gordienko (JIRA)" <[email protected]> Tue, 10 Jun 2008 06:28:45 -0700 (PDT)
Newsgroups gmane.comp.jakarta.turbine.jcs.devel
Message-ID <347441140.1213104525177.JavaMail.jira@brutus>
3 new eviction policies
-----------------------

                 Key: JCS-43
                 URL: https://issues.apache.org/jira/browse/JCS-43
             Project: JCS
          Issue Type: Improvement
          Components: Composite Cache
    Affects Versions: jcs-1.3
            Reporter: Maxim Gordienko
            Assignee: Aaron Smuts


Patch attached to this issue contains three new eviction policies:
LFU - least frequently used item is removed on cache overflow
FIFO - the oldest item is removed
Expire - item with closest expiration time is removed

also patch refactors MemoryCache hierarchy to allow easier extension

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