You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by sebbASF <gi...@git.apache.org> on 2016/11/09 13:39:33 UTC

[GitHub] incubator-ponymail issue #235: Enh: provide caching info for results that ma...

GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/235

    Enh: provide caching info for results that may be cached

    It might be useful to add some caching details to the responses that are cached.
    
    For example:
    cached: true/false
    cached_at: timestamp (not nowish)
    granularity: seconds between cache stores
    
    This can help in testing.
    I was sometimes getting a successful response from the server even after I closed the index.
    Turns out it was that some sessions had cached the results; new ones had not.

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---