VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / ThumbnailsCacheManager Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ThumbnailsCacheManager Class
    In This Topic
    Manages cache of image thumbnails in web application.
    Object Model
    ThumbnailsCacheManager
    Syntax
    'Declaration
    
    Public Class ThumbnailsCacheManager
       Inherits CacheManagerBase
    
    
    public class ThumbnailsCacheManager : CacheManagerBase
    
    
    public __gc class ThumbnailsCacheManager : public CacheManagerBase*
    
    
    public ref class ThumbnailsCacheManager : public CacheManagerBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Web.Services.CacheManagerBase
          Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager

    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also