{
  "_id": "6a1f0293b401979e7341b380",
  "Package": "cachem",
  "Version": "1.1.0",
  "Title": "Cache R Objects with Automatic Pruning",
  "Description": "Key-value stores with automatic pruning. Caches can limit\neither their total size or the age of the oldest object (or\nboth), automatically pruning objects to maintain the\nconstraints.",
  "Authors@R": "c(\nperson(\"Winston\", \"Chang\", , \"winston@posit.co\", c(\"aut\", \"cre\")),\nperson(family = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")))",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "ByteCompile": "true",
  "URL": "https://cachem.r-lib.org/, https://github.com/r-lib/cachem",
  "RoxygenNote": "7.2.3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/Needs/routine": "lobstr",
  "Config/Needs/website": "pkgdown",
  "Repository": "https://posit-dev-shinycoreci.r-universe.dev",
  "Date/Publication": "2025-10-20 21:02:38 UTC",
  "RemoteUrl": "https://github.com/r-lib/cachem",
  "RemoteRef": "HEAD",
  "RemoteSha": "b24174dd4dfce482d1317f9222ae4c738147307b",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-18 08:18:22 UTC",
    "User": "root"
  },
  "Author": "Winston Chang [aut, cre],\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Winston Chang <winston@posit.co>",
  "MD5sum": "da15e863da0889e359c7aeadca13d7f2",
  "_user": "posit-dev-shinycoreci",
  "_type": "src",
  "_file": "cachem_1.1.0.tar.gz",
  "_fileid": "77145b9026ec711b17473d5a356d832e673d70e83ef60844408a7da3b0505a92",
  "_filesize": 132017,
  "_sha256": "77145b9026ec711b17473d5a356d832e673d70e83ef60844408a7da3b0505a92",
  "_created": "2026-05-18T08:18:22.000Z",
  "_published": "2026-06-02T16:19:31.514Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79118830749,
      "time": 108,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7052763726"
    },
    {
      "job": 79118830752,
      "time": 108,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7052763459"
    },
    {
      "job": 79118831152,
      "time": 104,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052761999"
    },
    {
      "job": 79118830665,
      "time": 110,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052764034"
    },
    {
      "job": 79118831401,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7052761997"
    },
    {
      "job": 79118830876,
      "time": 222,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7052799950"
    },
    {
      "job": 79118830750,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052757891"
    },
    {
      "job": 79118830135,
      "time": 174,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052785085"
    },
    {
      "job": 79118829333,
      "time": 139,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052728840"
    },
    {
      "job": 79118829617,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7363536017"
    },
    {
      "job": 79118830249,
      "time": 74,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7052752947"
    },
    {
      "job": 79118830871,
      "time": 81,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7052755123"
    },
    {
      "job": 79118830831,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052753085"
    }
  ],
  "_buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-lib/cachem",
  "_commit": {
    "id": "b24174dd4dfce482d1317f9222ae4c738147307b",
    "author": "Winston Chang <winston@posit.co>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #53 from jeroenjanssens/supported-by-posit\n\nAdd \"Supported By Posit\" badge to cachem website",
    "time": 1760994158
  },
  "_maintainer": {
    "name": "Winston Chang",
    "email": "winston@posit.co",
    "login": "wch",
    "description": "Senior Principal Software Engineer at @posit-pbc (formerly known as @rstudio)",
    "uuid": 86978
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "fastmap",
      "version": ">= 1.2.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": false,
  "_usedby": 5968,
  "_updates": [
    {
      "week": "2025-43",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 64,
  "_contributors": [
    {
      "user": "wch",
      "count": 153,
      "uuid": 86978
    },
    {
      "user": "schloerke",
      "count": 6,
      "uuid": 93231
    },
    {
      "user": "jimhester",
      "count": 3,
      "uuid": 205275
    },
    {
      "user": "lanceupton",
      "count": 2,
      "uuid": 7019360
    },
    {
      "user": "briandconnelly",
      "count": 1,
      "uuid": 658158
    },
    {
      "user": "jeroenjanssens",
      "count": 1,
      "uuid": 1368256
    },
    {
      "user": "maelle",
      "count": 1,
      "uuid": 8360597
    },
    {
      "user": "tracykteal",
      "count": 1,
      "uuid": 889238
    },
    {
      "user": "bart1",
      "count": 1,
      "uuid": 1662852
    }
  ],
  "_userbio": {
    "uuid": 159192787,
    "type": "organization",
    "name": "posit-dev-shinycoreci"
  },
  "_downloads": {
    "count": 1043453,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cachem"
  },
  "_devurl": "https://github.com/r-lib/cachem",
  "_pkgdown": "https://cachem.r-lib.org/",
  "_searchresults": 127,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/cachem.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/cachem",
  "_realowner": "r-lib",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2021-01-18"
    },
    {
      "version": "1.0.1",
      "date": "2021-01-21"
    },
    {
      "version": "1.0.2",
      "date": "2021-02-03"
    },
    {
      "version": "1.0.3",
      "date": "2021-02-04"
    },
    {
      "version": "1.0.4",
      "date": "2021-02-13"
    },
    {
      "version": "1.0.5",
      "date": "2021-05-15"
    },
    {
      "version": "1.0.6",
      "date": "2021-08-19"
    },
    {
      "version": "1.0.7",
      "date": "2023-02-24"
    },
    {
      "version": "1.0.8",
      "date": "2023-05-01"
    },
    {
      "version": "1.1.0",
      "date": "2024-05-16"
    }
  ],
  "_exports": [
    "cache_disk",
    "cache_layered",
    "cache_mem",
    "is.key_missing",
    "key_missing"
  ],
  "_help": [
    {
      "page": "cache_disk",
      "title": "Create a disk cache object",
      "topics": [
        "cache_disk"
      ]
    },
    {
      "page": "cache_layered",
      "title": "Compose any number of cache objects into a new, layered cache object",
      "topics": [
        "cache_layered"
      ]
    },
    {
      "page": "cache_mem",
      "title": "Create a memory cache object",
      "topics": [
        "cache_mem"
      ]
    }
  ],
  "_readme": "https://github.com/r-lib/cachem/raw/HEAD/README.md",
  "_rundeps": [
    "fastmap",
    "rlang"
  ],
  "_score": 13.783466647473253,
  "_indexed": false,
  "_nocasepkg": "cachem",
  "_universes": [
    "posit-dev-shinycoreci"
  ],
  "_indexurl": "https://r-lib.r-universe.dev/cachem",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-18T08:20:15.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "b24174dd4dfce482d1317f9222ae4c738147307b",
      "fileid": "a81580421ffb0e90a0bac6a18f0847e014eeea2025dcc7e164da9ac1889e7af5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-18T08:20:12.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "b24174dd4dfce482d1317f9222ae4c738147307b",
      "fileid": "5a4a169a4ea8a92416f49b44b6ff3a8008cc400741dd09b3ef6c93f25265a603",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-18T08:20:11.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "b24174dd4dfce482d1317f9222ae4c738147307b",
      "fileid": "a45927909be8c86600c7fa37f1e7d0d50372fe201d34af78536c1be5b0e88a4d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-18T08:20:12.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "b24174dd4dfce482d1317f9222ae4c738147307b",
      "fileid": "0df3b07ca5ca9453a0a636d9781774f94647739cb1831fbdccb3b50ad1137eda",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-18T08:20:07.000Z",
      "arch": "aarch64",
      "commit": "b24174dd4dfce482d1317f9222ae4c738147307b",
      "fileid": "30f6856f75584eaca39b8658c1db185a50550d3bcdadc23fa2cd94f69c4476a9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-18T08:21:47.000Z",
      "arch": "x86_64",
      "commit": "b24174dd4dfce482d1317f9222ae4c738147307b",
      "fileid": "e181aab19fd2bdbacea5cc63bdded66776fc2f3774ab9b8395a25ebff08b39fe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-18T08:19:51.000Z",
      "arch": "aarch64",
      "commit": "b24174dd4dfce482d1317f9222ae4c738147307b",
      "fileid": "d474530a91ecf96ff07d6d878206a2f2c3518d20a3fc18a33eb11c7ca4ac398c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-18T08:21:11.000Z",
      "arch": "x86_64",
      "commit": "b24174dd4dfce482d1317f9222ae4c738147307b",
      "fileid": "556322c54f914b25ab82b062e4f0279baf260f85a3f8005778d454b5ceee6aba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-18T08:19:29.000Z",
      "arch": "x86_64",
      "commit": "b24174dd4dfce482d1317f9222ae4c738147307b",
      "fileid": "827980c7926562f5cc34ec43a6ca72f1094959579908cf9fe07ba0df20639736",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-18T08:19:26.000Z",
      "arch": "x86_64",
      "commit": "b24174dd4dfce482d1317f9222ae4c738147307b",
      "fileid": "55cb6855ff0e58453221bbd4d4e2a0648cc4980e504cc297f5a636bf32571d9e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-18T08:19:29.000Z",
      "arch": "x86_64",
      "commit": "b24174dd4dfce482d1317f9222ae4c738147307b",
      "fileid": "e65b8a5ad5ff33bb6a5c12444d5b9e31be062725931517bb6a7fe830856cca2c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-06-02T16:19:05.000Z",
      "arch": "emscripten",
      "commit": "b24174dd4dfce482d1317f9222ae4c738147307b",
      "fileid": "e8f4c884f7802c97813fb344c4ae4e69850e4e4c6d2bddd230cbe082a207500d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26021680716"
    }
  ]
}