You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Wiktor N (JIRA)" <ji...@apache.org> on 2015/04/04 22:37:33 UTC

[jira] [Updated] (JCS-147) Provide file size limitation for Block Disk Cache and Indexed Disk Cache

     [ https://issues.apache.org/jira/browse/JCS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wiktor N updated JCS-147:
-------------------------
    Attachment: xdocs.patch
                jcs-diskfile-limits.patch

> Provide file size limitation for Block Disk Cache and Indexed Disk Cache
> ------------------------------------------------------------------------
>
>                 Key: JCS-147
>                 URL: https://issues.apache.org/jira/browse/JCS-147
>             Project: Commons JCS
>          Issue Type: New Feature
>          Components: Indexed Disk Cache
>    Affects Versions: jcs-2.0-beta-1
>            Reporter: Wiktor N
>              Labels: patch
>         Attachments: jcs-diskfile-limits.patch, xdocs.patch
>
>
> Attached please find a patch, that provides additional mode of operation to Block and Index Disk Caches, i.e. that instead of limiting the key count, you limit the content size. It's a proxy for limiting the file size, but it works quite good.
> The patch has additional length, as I moved:
> src/main/java/org/apache/commons/jcs/utils/struct/LRUMap.java
> to:
> src/main/java/org/apache/commons/jcs/utils/struct/AbstractLRUMap.java
> and then - created LRUMap, that implements size-based policy.
> Also, in a separate file I provided update for website docs.
> I did some testing, also performance, and it looks like, it doesn't introduce noticeable difference.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)