A-Z Popular Blog Technology Search »
Computing
 Advertisements
Related Guides

6 Examples of Caching

 , updated on
Caching is the process of storing recent computational results in case they can be used again. It is a strategy for making software faster. The following are illustrative examples.

Web Servers

Web servers that build dynamic pages may cache them for a few minutes so that they don't need to be generated for every page view. Pages may be cached in different geographical regions to serve requests quickly.

Web Browsers

A web browser stores images from recently visited websites so that they don't have to be downloaded every time you visit a page on the site. Reading images from disk is significantly faster than requesting images over a network.

Calculations

A 3D graphics engine displays a scene in a game such as a room. It caches elements of the scene such as the radiance properties of objects in the room.

Databases

It is common for databases to cache the results of recent queries.

Operating Systems

An operating system caches recently viewed objects such as files, folders and media thumbnails.

Devices

A hard disk may cache recent data requests in high speed memory to improve performance.
Overview: Caching Examples
Type
Definition
A computing design that stores recent results and reuses them where possible.
Related Concepts
Caching
Coding Basics
Computing
Next: Cache vs Buffer
More about computing:
Abstraction
Affective Computing
Algorithms
AI
Big Data
Binary
Blockhead
Brute Force
Caching
Character Set
Client-Server
Coding
Coding Principles
Colocation
Compression
Computing
Cryptographic Keys
Cryptography
Dark Data
Data
Data Centers
Data Infrastructure
Data Integration
Data Migration
Data Processing
Data Science
Data Security
Deep Learning
Deep Magic
Digital
Edge Computing
Edit Distance
Emergence
End-User Computing
Everything Is A File
Files
Gamification
Garbage In, Garbage Out
Halt And Catch Fire
Hello World
Hexadecimal
Horizontal Scale
Instance
Internet Of Things
IT Infrastructure
Job Processing
Key Stretching
Last Mile
Latency
Local Area Network
Meet-me Room
Micro Data Center
Microcomputer
Moore's Law
Near Real-Time
Network Infra
Networking
Networks
Operating Systems
Overlay Network
Peer-to-peer
Precomputation
Private IP
Private Network
Proof Of Work
Proxy Server
Key Cryptography
Qualitative Data
Random Seed
Reluctant Algorithms
Reverse Algorithms
Reverse Proxy
Swarm Intelligence
System on a Chip
Throughput
Unstructured Data
Vertical Scale
Virtual Machine
Yobibyte
If you enjoyed this page, please consider bookmarking Simplicable.
 

Computing

Examples of computing in everyday life.

Delimited Text File

The common types of delimited text file.

Binary

Binary completely explained.

Hexadecimal

An overview of hexadecimal as it relates to computing.

Application vs Service

The difference between application software and services.

Data Processing

A definition of data processing with examples.

Virtual Machine

The common types of virtual machine.

System on a Chip

A definition of system on a chip with examples.

Embedded System

The definition of embedded system with examples.

Real-Time

A definition of real-time with examples.

Coding

A list of coding considerations and techniques.

Emergence vs Big Design Up Front

The difference between emergence and big-design-up-front.

Deep Magic

An overview of deep magic, a technology term.

Principle Of Least Astonishment

An overview of the Principle Of Least Astonishment.

Pull vs Push

The difference between pull and push technology.

Binary vs Hexadecimal

A comparison of binary and hexadecimal.

End-User Computing

An overview of end-user computing.

Library vs API

The difference between a library and API explained.

Code Reuse

The common types of code reuse.

Code Freeze

The common types of code freeze.
The most popular articles on Simplicable in the past day.

New Articles

Recent posts or updates on Simplicable.
Site Map