fox_blogCaching

Caching

Created2024-09-04|Updated2024-09-04|Backend
|Post Views:

Caching

Server Side

  1. https://redis.io/glossary/distributed-caching/
  2. 流行的分布式缓存解决方案
    1. Redis、Memcached、Hazelcast 和 Apache Ignite

CDN

  1. https://www.cloudflare.com/en-ca/learning/cdn/what-is-a-cdn/

Client Side

Author: HITlittlefox
Link: http://example.com/2024/09/04/Caching/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Caching
Previous
DB
ORMs And ACID ORMs ACID Atomicity: the “all or nothing” rule — the transaction either happens completely or doesn’t happen at all Consistency: data is consistent before and after a transaction without any missing steps Isolation: multiple transactions can happen concurrently without reading the wrong data Durability: transactional success is robust to system failure Transactions rollback commit N+1 查询:运行一个查询来获取类别列表,然后运行另一个查询来获取每 N 个类别
Next
Web Security
MD5用作校验和来验证数据完整性 scryptScrypt 主要用作加密货币的工作量证明算法。 bcryptBCRYPT 是一种密码哈希函数,自 1999 年发布以来已被证明是可靠和安全的。它已被实现到大多数常用的编程语言中。 SHASHA-256 和 SHA-512 最受欢迎。SHA-2 仍然安全且被广泛使用。 HTTPS https://www.cloudflare.com/en-gb/learning/ssl/what-is-https/ OWASP CORS SSL/TLS CSP Server Security API Security Best Practices
avatar
HITlittlefox
Articles
112
Tags
12
Categories
10
Follow Me
Announcement
This is my Blog
Contents
  1. 1. Caching
    1. 1.1. Server Side
    2. 1.2. CDN
    3. 1.3. Client Side
Recent Posts
解决一次adapter嵌套不更新内容2025-03-28
解决一次时间复杂度2025-03-28
onCreateViewHolder2025-02-17
解bug请拉取最新分支2025-01-20
Skeleton Layout2025-01-17
©2019 - 2025 By HITlittlefox
Framework Hexo 6.2.0|Theme Butterfly 5.3.5