[infinispan-issues] [JBoss JIRA] (ISPN-694) Create expiration notification for in-memory cache entries
Galder Zamarreño (JIRA)
issues at jboss.org
Fri Jan 17 05:19:33 EST 2014
[ https://issues.jboss.org/browse/ISPN-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12936562#comment-12936562 ]
Galder Zamarreño commented on ISPN-694:
---------------------------------------
CacheStore interfaces have now been enhanced in order to support this use case better.
In the future, we might want to do it differently if we bring in tombstone support. IOW, even if the data has been expired and passivated, the metadata and key remain in memory, and then when processing expired entries, the memory contains both information on the expired entries both in memory and in the persistent store.
> Create expiration notification for in-memory cache entries
> ----------------------------------------------------------
>
> Key: ISPN-694
> URL: https://issues.jboss.org/browse/ISPN-694
> Project: Infinispan
> Issue Type: Feature Request
> Components: Eviction
> Environment: any
> Reporter: Edouard Boily
> Assignee: Galder Zamarreño
> 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, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list