Umbraco CMS
CtrlK
CloudHeartcoreDXPMarketplace
  • Umbraco CMS Documentation
  • Legacy Documentation
  • Release Notes
  • Contribute
  • Sustainability Best Practices
  • Fundamentals
    • Get to know Umbraco
    • Setup
    • Backoffice
    • Data
    • Design
    • Code
  • Implementation
    • Learn how Umbraco works
    • Routing
    • Custom Routing
    • Controllers
    • Data Persistence (CRUD)
    • Composing
    • Integration Testing
    • Nullable Reference Types
    • Services and Helpers
    • Unit Testing
  • Customizing Backoffice
    • Overview
    • Setup Your Development Environment
    • Extensions Overview
    • Foundation
    • Contexts
    • Sections & Trees
    • Property Level UI Permissions
    • Icons
    • BackOffice Signs
    • Searchable Trees (ISearchableTree)
    • Property Editors
    • Workspaces
    • Umbraco Package
    • UI Library
    • Examples and Playground
  • Extending Umbraco
    • Overview
    • Health Check
    • Language Files & Localization
    • Backoffice Search
    • Creating a Custom Database Table
    • Creating a Custom Seed Key Provider
    • Embedded Media Providers
    • Custom File Systems (IFileSystem)
    • Configuring Azure Key Vault
    • Server Events From SignalR
    • Flag Providers
    • Packages
  • Reference
    • Dive into the code
    • Configuration
    • Templating
    • Querying & Models
    • Routing & Controllers
    • Content Delivery API
    • Webhooks
    • API versioning and OpenAPI
    • Searching
    • Using Notifications
    • Inversion of Control / Dependency injection
    • Management
    • Plugins
    • Cache & Distributed Cache
      • Cache Seeding
      • Accessing the cache
      • ICacheRefresher
      • IMemberPartialViewCacheInvalidator
      • IServerMessenger
      • Getting/Adding/Updating/Inserting Into Cache
      • Examples
        • Working with caching
    • Response Caching
    • Security
    • Scheduling
    • Common Pitfalls & Anti-Patterns
    • API Documentation
    • Debugging with SourceLink
    • Language Variation
    • UmbracoMapper
    • Distributed Locks
    • Management API
    • Custom Swagger API
    • Umbraco Flavored Markdown
    • Content Type Filters
    • Database Availability Checks
    • JSON Serialization
    • Property Editor UIs
  • Tutorials
    • Overview
    • Creating a Basic Website
    • Creating your First Extension
    • Creating a Custom Dashboard
    • Creating a Property Editor
    • Creating a Multilingual Site
    • Add Google Authentication (Users)
    • Add Microsoft Entra ID authentication (Members)
    • Creating Custom Database Tables with Entity Framework
    • Migrating Macros
    • The Starter Kit
    • Editor's Manual
    • Multisite Setup
    • Member Registration and Login
    • Custom Views for Block List
    • Connecting Umbraco Forms and Zapier
    • Creating an XML Sitemap
    • Implement Custom Error Pages
    • Create a custom maintenance page
    • Creating a backoffice API
    • Extending the Help Menu
Powered by GitBook
On this page

Was this helpful?

Edit
  1. Reference
  2. Cache & Distributed Cache

Examples

  • Setting up caching on the tags property.

PreviousGetting/Adding/Updating/Inserting Into CacheNextWorking with caching

Last updated 6 months ago

Was this helpful?