The caching of capabilities and contact information from TAPI would increase
performance.
The methods that needs to perform no database lookup are:
ContactService.getRcsContact(ContactId)
CapabilitiesService.getContactCapabilities(ContactId)
CapabilitiesService.getMyCapabilities()
The memory caches should be updated BEFORE writing to database as writing to
the memory cache is far quicker than writing to database.
Original issue reported on code.google.com by lemordan...@gmail.com on 13 Nov 2014 at 1:29
Original issue reported on code.google.com by
lemordan...@gmail.com
on 13 Nov 2014 at 1:29