title: pg_local_cache
description: PostgreSQL extension for primary-key row caching in shared memory, with an explicit SQL mget API and transaction-aware invalidation.
url: https://profundium.github.io
baseurl: /pg_local_cache
repository: profundium/pg_local_cache
release_series: "2.0"
social_image: /assets/social-card.png
lang: en
# Add the property owner's real token; empty values emit no verification tag.
google_site_verification: ""
bing_site_verification: ""
markdown: kramdown
plugins:
  - jekyll-relative-links
relative_links:
  enabled: true
  collections: true
kramdown:
  input: GFM
  syntax_highlighter: rouge
permalink: pretty
exclude:
  - benchmark.json
  - benchmark.md
  - benchmark-artifact
  - qa-artifacts
  - README.md
  - CONTRIBUTING.md
  - PRODUCT.md
  - docker
  - examples
  - scripts
  - sql
  - src
  - test
  - tests
  - Dockerfile
  - Makefile
  - META.json
  - compose.yaml
  - pg_local_cache.control
  - vendor
