[forge-issues] [JBoss JIRA] (FORGE-1599) Introduce a cache addon
Adam Wyłuda (JIRA)
issues at jboss.org
Mon Mar 24 18:11:13 EDT 2014
[ https://issues.jboss.org/browse/FORGE-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12955869#comment-12955869 ]
Adam Wyłuda commented on FORGE-1599:
------------------------------------
Here is a repo I created for this addon and a test which shows how to use it:
https://github.com/adamwy/addon-cache
https://github.com/adamwy/addon-cache/blob/master/tests/src/test/java/org/jboss/forge/addon/cache/CacheTester.java
At this moment there is no code except one test, which only checks if cache CDI works. Soon I'll add cache factory which will extend JCache with infinispan options without exposing infinispan, and a cache enricher which would work on cache objects (for example to add cache listeners).
> Introduce a cache addon
> -----------------------
>
> Key: FORGE-1599
> URL: https://issues.jboss.org/browse/FORGE-1599
> Project: Forge
> Issue Type: Feature Request
> Components: Blessed Plugins
> Reporter: George Gastaldi
> Assignee: Adam Wyłuda
> Fix For: 2.x Future
>
>
> This would allow other addons to cache state. It should allow individual configurations of each cache.
> There should also have a CacheFactory, to allow creation of caches on-demand.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the forge-issues
mailing list