Skip to content
  • Reuben Pereira's avatar
    Allow reactive caching to be used in services · 5caced36
    Reuben Pereira authored and Mike Kozono's avatar Mike Kozono committed
    Add support for defining a reactive_cache_worker_finder function
    that will be used by the reactive_caching_worker to generate/initialize
    the calling object. This allows reactive caching to work with Services
    where the object cannot be obtained from DB but a new object can be
    initialized.
    5caced36