Support,
I would like to implement a custom ExpiryPolicy that based on entity (ie:
Employee object)
attributes and time.
For example, if Employee objects are added to the cache, I want Employee
objects
removed where Employee.has401k=false after 5 seconds;
Example:
Employee {
private boolean has401k;
:
:
}
Is this possible? Please advise.
Thanks in advance!
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/How-to-implement-a-custom-ExpiryPolicy-based-on-Entity-attributes-tp3537.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.