skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class LocalFileCacheProvider

Provides local file system-based caching for map tiles, implementing the IMapCacheProvider interface to store and retrieve map data from disk.

Inheritance
System.Object
LocalFileCacheProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll

Syntax

public class LocalFileCacheProvider : IMapCacheProvider

Constructors

LocalFileCacheProvider(String)

Initializes a new instance of the LocalFileCacheProvider class with the specified cache directory, creating the directory if it doesn't exist.

Declaration
public LocalFileCacheProvider(string cacheDirectoryPath)
Parameters
System.String cacheDirectoryPath

The file system path where cached map tiles will be stored.

Properties

CacheDirectoryPath

Gets or sets the directory path where cached map tiles are stored, automatically creating the directory if it doesn't exist.

Declaration
public string CacheDirectoryPath { get; set; }
Property Value
System.String

Methods

AsyncFileReadComplete(IAsyncResult)

Handles the completion of asynchronous file read operations, closing resources and invoking the callback with the loaded data.

Declaration
protected virtual void AsyncFileReadComplete(IAsyncResult asyncResult)
Parameters
System.IAsyncResult asyncResult

The System.IAsyncResult representing the status of the asynchronous operation.

Load(String)

Synchronously loads cached data from the file system using the specified key, checking expiration and returning null if expired or not found.

Declaration
public Stream Load(string key)
Parameters
System.String key

The cache key identifying the cached item to load.

Returns
System.IO.Stream

A System.IO.Stream containing the cached data, or null if not found or expired.

Implements
IMapCacheProvider.Load(String)

LoadAsync(String, Action<String, Byte[]>)

Asynchronously loads cached data from the file system using the specified key, invoking the callback with the results or null if not found or expired.

Declaration
public void LoadAsync(string key, Action<string, byte[]> callback)
Parameters
System.String key

The cache key identifying the cached item to load.

System.Action<System.String, System.Byte[]> callback

The callback action to invoke with the key and loaded data when the operation completes.

Implements
IMapCacheProvider.LoadAsync(String, Action<String, Byte[]>)

Save(String, DateTime, Byte[])

Saves data to the cache with the specified key and expiration date, creating or overwriting the file as necessary.

Declaration
public void Save(string key, DateTime expirationDate, byte[] content)
Parameters
System.String key

The cache key identifying the item to save.

System.DateTime expirationDate

The expiration date for the cached item.

System.Byte[] content

The byte array containing the data to cache.

Implements
IMapCacheProvider.Save(String, DateTime, Byte[])

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.