Package org.hackystat.dailyprojectdata.frontsidecache

Provides a cache for the "front side" of the DPD service.

See:
          Description

Class Summary
FrontSideCache A cache for successfully DPD instances.
TestFrontSideCache Simple test class to make sure FrontSideCaching works.
 

Package org.hackystat.dailyprojectdata.frontsidecache Description

Provides a cache for the "front side" of the DPD service. This cache stores constructed DPD instances and returns them to the client immediately, saving the cost of querying the back-end sensorbase and constructing the DPD instance.