How does the caching work?

Options
ntimo
ntimo
Community Member
edited March 2016 in Business and Teams

Hello,

I just read the new beta notes (version 64) and was asking my self how does the caching work? And what exactly gets cached? And where :dizzy:

Thanks
Timo :)


1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Sync Type: Not Provided

Comments

  • ssoroka
    ssoroka
    1Password Alumni
    edited March 2016
    Options

    Hey Timo,

    We use caching on the backend to reduce the number of calls that go directly to the database for expensive queries (This is a pretty standard practice). Instead of going direct to the database, we first check a redis-based in-memory data store. These caches are not publicly available, and are temporary; they expire after a certain amount of time. Cache data remains encrypted (we can't decrypt your data anyway), and never leaves the private network.

    Hope this helps.

    Steven

  • ntimo
    ntimo
    Community Member
    Options

    @ssoroka that indeed helps thank you :+1:

  • Jacob
    Options

    Fantastic. :) On behalf of ssoroka, you're welcome.

This discussion has been closed.