Show / Hide Table of Contents

    Class TextCache

    Inheritance
    Object
    TextCache
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: P42.Utils
    Assembly: P42.Utils.dll
    Syntax
    public static class TextCache

    Methods

    | Improve this Doc View Source

    Clear(DateTime, String, String)

    Declaration
    public static bool Clear(DateTime dateTime, string key = null, string folderName = null)
    Parameters
    Type Name Description
    DateTime dateTime
    String key
    String folderName
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Clear(String, String)

    Declaration
    public static bool Clear(string key = null, string folderName = null)
    Parameters
    Type Name Description
    String key
    String folderName
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Clear(TimeSpan, String, String)

    Declaration
    public static bool Clear(TimeSpan timeSpan, string key = null, string folderName = null)
    Parameters
    Type Name Description
    TimeSpan timeSpan
    String key
    String folderName
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    GetStreamReader(String, String)

    Declaration
    public static StreamReader GetStreamReader(string key, string folderName = null)
    Parameters
    Type Name Description
    String key
    String folderName
    Returns
    Type Description
    StreamReader
    | Improve this Doc View Source

    IsCached(String, String)

    Declaration
    public static bool IsCached(string key, string folderName = null)
    Parameters
    Type Name Description
    String key
    String folderName
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    List(String)

    Declaration
    public static List<string> List(string folderName)
    Parameters
    Type Name Description
    String folderName
    Returns
    Type Description
    List<String>
    | Improve this Doc View Source

    Recall(String, String)

    Declaration
    public static string Recall(string key, string folderName = null)
    Parameters
    Type Name Description
    String key
    String folderName
    Returns
    Type Description
    String
    | Improve this Doc View Source

    Store(String, String, String)

    Declaration
    public static void Store(string text, string key, string folderName = null)
    Parameters
    Type Name Description
    String text
    String key
    String folderName
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 42nd Parallel