C# Class lookbookapi.cache.SidebarCache

Exibir arquivo Open project: BrettThePark/lookbook

Public Methods

Method Description
Add ( Category setting ) : void
Get ( ) : IEnumerable
Invalidate ( ) : void
Set ( IEnumerable categories, System.TimeSpan lifetime ) : void

Method Details

Add() public static method

public static Add ( Category setting ) : void
setting lookbookapi.data.Category
return void

Get() public static method

public static Get ( ) : IEnumerable
return IEnumerable

Invalidate() public static method

public static Invalidate ( ) : void
return void

Set() public static method

public static Set ( IEnumerable categories, System.TimeSpan lifetime ) : void
categories IEnumerable
lifetime System.TimeSpan
return void