Re: Cache granularity

2018-06-22 Thread Kit Chan
We do have a combo handler plugin, that can combine multiple response from cache or not into one response https://docs.trafficserver.apache.org/en/latest/admin-guide/plugins/combo_handler.en.html You can look into the code and doc to see if that can help you. Thanks Kit Sent from my iPhone >

Re: Cache granularity

2018-06-22 Thread Leif Hedstrom
> On Jun 22, 2018, at 3:28 PM, Dunkin, Nick wrote: > > Hi, > > I have a question that may sound bonkers but please bear with me. I need to > know whether the available plugin APIs(C/C++) will let me insert and retrieve > arbitrary objects into the Traffic Server cache. > > In its simples

Re: Cache granularity

2018-06-22 Thread Otto van der Schaaf
Well, ATS is able to act like a memcached server with this plugin: https://github.com/apache/trafficserver/tree/master/plugins/experimental/memcache Otto On Fri, Jun 22, 2018 at 11:29 PM Dunkin, Nick wrote: > Hi, > > > > I have a question that may sound bonkers but please bear with me. I need