You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Steven Dolg (JIRA)" <ji...@apache.org> on 2008/11/02 16:04:44 UTC

[jira] Updated: (COCOON3-9) Generalize the PipelineCache, so that it can be used as a general purpose cache for PipelineComponents as well.

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

Steven Dolg updated COCOON3-9:
------------------------------

    Attachment: cache.patch

The provided patch basically renames the org.apache.cocoon.pipeline.caching.PipelineCache to org.apache.cocoon.pipeline.caching.Cache and makes the interface more explicit about retrieving valid/invalid cache entries.

Additionally I extended the org.apache.cocoon.pipeline.caching.CacheValue interface to allow direct access to the stored content and provided a new implementation suitable for the requirements of COCOON3-6.

I also introduced abstract implementations for the Cache and CacheValue interface and added some more documentation to make the interfaces/classes more comprehensible.

> Generalize the PipelineCache, so that it can be used as a general purpose cache for PipelineComponents as well.
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: COCOON3-9
>                 URL: https://issues.apache.org/jira/browse/COCOON3-9
>             Project: Cocoon 3
>          Issue Type: Improvement
>          Components: cocoon-pipeline
>    Affects Versions: 3.0.0-alpha-1
>            Reporter: Steven Dolg
>            Assignee: Cocoon Developers Team
>             Fix For: 3.0.0-alpha-2
>
>         Attachments: cache.patch
>
>
> Currently the PipelineCache is very specific for caching the complete results of a pipeline execution.
> COCCON3-6 is the first issue requiring a caching mechanism at the PipelineComponent level.
> With only some minor modifications the PipelineCache can be used for those requirements.

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