• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

Reference Data Cache

Reference data is typically read far more often than it changes. For example, customer profiles, product catalogs, branch information, lookup tables, and configuration data. Caching this data in NCache reduces database load, improves response times, and enables applications to serve frequently requested information directly from the distributed cache.

The NCache EF Core provider offers two APIs for working with reference data:

  • LoadIntoCache: Pre-loads data from the database into the cache.
  • FromCacheOnly: Queries entities that already exist in the cache without accessing the database.

Together, these APIs enable a cache-first approach where data is loaded into the cache ahead of time and subsequently served directly from memory. This section details the usage of each of these APIS.

In This Section

LoadIntoCache
Learn how to use LoadIntoCache in EF Core to reduce database load, improve response times, and enable applications to serve frequently requested information directly from the distributed cache.

FromCacheOnly
Learn how to use FromCacheOnly in EF Core to reduce database load, improve response times, and enable applications to serve frequently requested information directly from the distributed cache.

Contact Us

PHONE

+1 214-619-2601   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top