Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Microsoft Azure Security

You're reading from  Microsoft Azure Security

Product type Book
Published in Apr 2015
Publisher
ISBN-13 9781784399979
Pages 152 pages
Edition 1st Edition
Languages

Table of Contents (12) Chapters

Microsoft Azure Security
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. The Fundamentals of Security Standards 2. Identity and Access Management for Users 3. Platform as a Service 4. Infrastructure as a Service 5. Identity and Access Management for Developers Index

Working with a cache


The caching service has been growing faster than in the past due to the growing need for building large-scale web applications. In this section, we talk about the two in-memory caching options supported by Azure: the Azure Managed Cache and the Redis Cache.

Modern software architectures often rely on an in-memory caching system to save frequently accessed data that do not change too often. Some extreme scenarios require us to use the in-memory cache as the primary data store for sensitive data, pursuing design patterns oriented to eventual persistence and consistency.

It is evident that in both cases, the caching service must be protected properly to avoid data loss:

  • Cache as copy of frequently accessed data:

    • In case of a malicious deletion, at the first cache miss, the cache generator (the code or some batch procedures) needs to again fetch the current data from the data store, causing a performance delay

    • In case of a malicious modification, the code can behave in unexpected...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}