geode - GemFire value change without refreshing all values -
i m using (string, arraylist of string) key value pair in gemfire caching.is there method add or delete particular value value list without getting entire list , add/delete , publishing list again?!
you can create wrapper object keep list. wrapper object can implement delta interface. using can add/delete field list. see if helps.