menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICacheManager - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ICacheManager

    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.PdfViewer.dll
    Syntax
    public interface ICacheManager

    Methods

    AddCache(String, Byte[])

    Declaration
    void AddCache(string key, byte[] documentContent)
    Parameters
    Type Name Description
    System.String key
    System.Byte[] documentContent

    DeleteCache(String)

    Declaration
    void DeleteCache(string key)
    Parameters
    Type Name Description
    System.String key

    GetCache(String)

    Declaration
    byte[] GetCache(string key)
    Parameters
    Type Name Description
    System.String key
    Returns
    Type
    System.Byte[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved