You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2008/09/03 15:43:44 UTC

[jira] Updated: (SLING-641) Implement cache for bundle resources

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

Felix Meschberger updated SLING-641:
------------------------------------

    Fix Version/s: Extensions Bundleresource 2.1.0

> Implement cache for bundle resources
> ------------------------------------
>
>                 Key: SLING-641
>                 URL: https://issues.apache.org/jira/browse/SLING-641
>             Project: Sling
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: Extensions Bundleresource 2.0.2
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: Extensions Bundleresource 2.1.0
>
>
> When accessing bundle resources, the BundleResourceProvider currently accesses the bundle for each check, which in turn accesses and lock sthe bundle jar file.
> A simple cache should be built into the BundleResourceProvider to cache resources found for faster access on future access. This cache should be limited and on a per-bundle level, such that the cache may simply be dropped if the bundle is stopped.

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