aungmyo / impala

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

Add support for cacheing service bean reference lookups #273

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as or r4936

ServiceEndpointTargetSource.getServiceRegistryReference() in some cases may
need to be called multiple times in a single method invocation. While this
is not expensive, it is not especially efficient either.

Would be good to be able to cache this reference. Could be done through a
Discardable sub-interface.

Original issue reported on code.google.com by philzoio...@googlemail.com on 1 Dec 2009 at 8:57

GoogleCodeExporter commented 9 years ago

Original comment by philzoio...@googlemail.com on 1 Dec 2009 at 9:50