Class AnalyticsServiceImpl

  • All Implemented Interfaces:
    AnalyticsService

    public class AnalyticsServiceImpl
    extends java.lang.Object
    implements AnalyticsService
    Default implementation of theAnalyticsService.
    While the atcual service call is delegated to the analytics provider, this service will cache the result within the sesseion, to reduce number of actual service calls to a minimum.