[jira] Commented: (JCS-43) 3 new eviction policies
"Aaron Smuts (JIRA)" <[email protected]> Fri, 1 Aug 2008 13:41:31 -0700 (PDT)
| Newsgroups | gmane.comp.jakarta.turbine.jcs.devel |
|---|---|
| Message-ID | <1214262128.1217623291925.JavaMail.jira@brutus> |
[ https://issues.apache.org/jira/browse/JCS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619120#action_12619120 ]
Aaron Smuts commented on JCS-43:
--------------------------------
A few small things. This patch doesn't conform to JCS code style. It's not just that it is formatted differently, it lacks comments. All methods and variables need proper javadocs. I'll fix this.
This will take a while.
Thanks for the patch.
> 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
> Attachments: expiration-strategies.patch
>
>
> 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.