• CacheManager
  • Documentation
  • Api Docs
  • MichaCo.net
    Show / Hide Table of Contents

    Interface ICacheItemConverter

    Simple converter contract used by the serializer cache item. Serializers will use that to convert back to The CacheItem<T>.

    Namespace:CacheManager.Core.Internal
    Assembly:CacheManager.Core.dll
    Syntax
    public interface ICacheItemConverter

    Methods

    | Improve this Doc View Source

    ToCacheItem<TTarget>()

    Converts the current instance to a CacheItem<T>. The returned item must return the orignial created and last accessed date!

    Declaration
    CacheItem<TTarget> ToCacheItem<TTarget>()
    Returns
    Type Description
    CacheItem<TTarget>

    The cache item.

    Type Parameters
    Name Description
    TTarget

    The type.

    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net