C# Class Kartverket.MetadataEditor.Models.MemoryCacher

Afficher le fichier Open project: kartverket/MetadataEditor Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string key, object value, DateTimeOffset absExpiration ) : bool
Delete ( string key ) : void
DeleteAll ( ) : void
GetValue ( string key ) : object

Method Details

Add() public méthode

public Add ( string key, object value, DateTimeOffset absExpiration ) : bool
key string
value object
absExpiration DateTimeOffset
Résultat bool

Delete() public méthode

public Delete ( string key ) : void
key string
Résultat void

DeleteAll() public méthode

public DeleteAll ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( string key ) : object
key string
Résultat object