You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow a resource cache to be injected into the service. This cache would be consulted with the incoming request m_cache->find_entry( request ) to determine if we should call the method handler or throw back the cache entry.
Cache cache;
Service service;
service.set_cache( cache );
The text was updated successfully, but these errors were encountered:
Allow a resource cache to be injected into the service. This cache would be consulted with the incoming request
m_cache->find_entry( request )
to determine if we should call the method handler or throw back the cache entry.The text was updated successfully, but these errors were encountered: