I'm using pug template engine. I want to cache the pug templates using a database (postgreSQL). The pug templates will have other pug templates included, hence on fetching the parent pug from the cache, included pug files should also be returned. And I'm looking for an incremental cache so that the application does not fetch a stale version of the template while assembling the content.
Can some please advise a suitable implementation?