C# Class RunningObjects.Core.Caching.CacheProvider

Mostrar archivo Open project: edurdias/RunningObjects

Public Methods

Method Description
Add ( string key, object entry, int duration ) : object
Contains ( string key ) : bool
Get ( string key ) : object
Remove ( string key ) : object

Method Details

Add() public static method

public static Add ( string key, object entry, int duration ) : object
key string
entry object
duration int
return object

Contains() public method

public Contains ( string key ) : bool
key string
return bool

Get() public method

public Get ( string key ) : object
key string
return object

Remove() public static method

public static Remove ( string key ) : object
key string
return object