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


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.

Reply via email to