lgxace / rcsjta

Automatically exported from code.google.com/p/rcsjta
0 stars 0 forks source link

No caching to query capabilities and contact information from TAPI #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by lemordan...@gmail.com on 8 Jan 2015 at 8:30

GoogleCodeExporter commented 9 years ago
Cache is implemented for contact and capabilities

Original comment by lemordan...@gmail.com on 29 Apr 2015 at 7:04