Skip to content

Commit

Permalink
Update database/backend/caching.json
Browse files Browse the repository at this point in the history
Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com>
  • Loading branch information
Sahilll15 and CBID2 authored Aug 12, 2023
1 parent 3513436 commit 590e4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/backend/caching.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "Aws caching overview",
"description": "In computing, a cache is a high-speed data storage layer which stores a subset of data, typically transient in nature, so that future requests for that data are served up faster than is possible by accessing the data’s primary storage location. Caching allows you to efficiently reuse previously retrieved or computed data.",
"description": "In computing, a cache is a high-speed data storage layer that stores a subset of data. It's typically transient in nature so that future requests for said data are served up faster than is possible, which then accesses the data’s primary storage location. Caching also allows developers to efficiently reuse previously retrieved or computed data.",
"url": "https://aws.amazon.com/caching/",
"category": "backend",
"subcategory": "caching"
Expand Down

0 comments on commit 590e4f2

Please sign in to comment.