File: README

package info (click to toggle)
persistent-cache-cpp 1.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: cpp: 7,754; python: 183; ansic: 91; sh: 34; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Examples in this directory:

- string_cache

  Illustrates how to use the cache with keys, values, and metadata of type string.

- person_cache

  Simple example to illustrate how to use the cache with a custom type Person.
  The important thing is to specialize the CacheCode template in namespace core.