title: pg_local_cache
description: Open-source PostgreSQL extension for bounded shared-memory caching of primary-key rows through SQL mget, with transaction-aware invalidation and RESP2.
url: https://profundium.github.io
baseurl: /pg_local_cache
repository: profundium/pg_local_cache
social_image: /assets/social-card.png
lang: en
markdown: kramdown
plugins:
  - jekyll-relative-links
relative_links:
  enabled: true
  collections: true
kramdown:
  input: GFM
  syntax_highlighter: rouge
permalink: pretty
exclude:
  - README.md
  - PRODUCT.md
  - docker
  - scripts
  - sql
  - src
  - test
  - tests
  - Dockerfile
  - Makefile
  - compose.yaml
  - pg_local_cache.control
  - vendor
