> if there is support for setting expire times for multiple key-values > while doing a OP_CACHE_PUT_ALL
The answer is yes. All key-val operations support expiration, namely: OP_CACHE_PUT OP_CACHE_PUT_IF_ABSENT OP_CACHE_PUT_ALL OP_CACHE_GET_AND_PUT OP_CACHE_GET_AND_REPLACE OP_CACHE_GET_AND_PUT_IF_ABSENT OP_CACHE_REPLACE OP_CACHE_REPLACE_IF_EQUALS On Tue, May 19, 2020 at 4:11 PM scriptnull <[email protected]> wrote: > Awesome, that's exactly the information that I needed. So we will have to > set > the flag byte while doing OP_CACHE_PUT. > > Do you know by any chance if there is support for setting expire times for > multiple key-values while doing a OP_CACHE_PUT_ALL (opcode: 1004) > operation? > I am guessing the answer is no. > > Regards, > Vishnu Bharathi P > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
