[infinispan-issues] [JBoss JIRA] Updated: (ISPN-694) Create Expiration Notification
Edouard Boily (JIRA)
jira-events at lists.jboss.org
Tue Oct 5 08:15:40 EDT 2010
[ https://jira.jboss.org/browse/ISPN-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Edouard Boily updated ISPN-694:
-------------------------------
Attachment: 01.patch
This patch implement this feature.
It creates the CacheEntryExpiredEvent and implements its usage.
It also modifies the eviction manager to include the entry value in the Eviction event.
to apply:
cd infinispan-4.1.0.FINAL
patch -p1 <../01.patch
> Create Expiration Notification
> ------------------------------
>
> Key: ISPN-694
> URL: https://jira.jboss.org/browse/ISPN-694
> Project: Infinispan
> Issue Type: Feature Request
> Components: Eviction
> Affects Versions: 4.1.0.Final
> Environment: any
> Reporter: Edouard Boily
> Assignee: Manik Surtani
> Fix For: 4.2.0.Final
>
> Attachments: 01.patch
>
>
> Create a CacheEntryExpired notification and make EvictionManager send this notification when a cache entry is evicted because it is expired.
> Also mage sure the cache entry value is sent over in the event.
> CacheEntryEvicted notification should also send the entry value in the event.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list