Back to Website
Show / Hide Table of Contents

Interface ICache<T>

Inherited Members
System.IDisposable.Dispose()
Namespace: Aurigma.DesignAtoms.Common.Caching
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface ICache<T> : IDisposable
Type Parameters
Name Description
T

Methods

Add(String, T)

Declaration
bool Add(string key, T value)
Parameters
Type Name Description
System.String key
T value
Returns
Type Description
System.Boolean

ClearAll()

Declaration
void ClearAll()

Get(String)

Declaration
T Get(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
T

Remove(String)

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

Set(String, T)

Declaration
void Set(string key, T value)
Parameters
Type Name Description
System.String key
T value
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback