Hi, Are you asking whether configured expiry policy is taken into account when using data streamer API? If so, the answer is YES, but note that data streamer updates cache asynchronously. I.e., when addData() method is completed, the entry is potentially not in cache yet and will be stored there with a delay. This delay will not be counted by expiry policy - it will start working after actual cache update occurs.
Makes sense? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/CacheConfiguration-option-Questions-tp1207p1224.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
