AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageCMS.Core.Utils.Cache Namespace

Classes


  Class Description
Public class AdvantageCacheManager
Provides a sealed cache manager that delegates storage operations to a configured IAdvantageCacheContainer (web server or database). Cache keys are automatically scoped by domain and language identifiers.

Interfaces


  Interface Description
Public interface IAdvantageCacheContainer
Defines the contract for a cache storage container that supports retrieving, storing, invalidating, and clearing cached items.