Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Where does Rendertron store cache pages? #114

Closed
hekod777 opened this issue Oct 2, 2017 · 1 comment
Closed

Where does Rendertron store cache pages? #114

hekod777 opened this issue Oct 2, 2017 · 1 comment

Comments

@hekod777
Copy link

hekod777 commented Oct 2, 2017

Hello

Rendertron is using google-cloud/datastore for caching.

I'd like to know where these cached pages are storing.

Thank you!

@samuelli
Copy link
Contributor

samuelli commented Oct 2, 2017

Hey,

The current cache implementation can only be used with Google Cloud. On Google Cloud, the cache is then backed by the datastore. This was a rather specific design choice over something like redis, which would be faster, but only support a really small number of cached pages.

That being said, its built to be modular, so Rendertron could easily support other caching mechanisms if anyone wanted to implement as such.

@samuelli samuelli closed this as completed Oct 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants