C# Class Kooboo.Commerce.Multilingual.Storage.CachedLanguageStore

Inheritance: ILanguageStore
ファイルを表示 Open project: Kooboo/Ecommerce

Public Methods

Method Description
Add ( System.Language language ) : void
All ( ) : IEnumerable
CachedLanguageStore ( ILanguageStore underlyingStore ) : System
Delete ( string name ) : void
Exists ( string name ) : bool
Find ( string name ) : System.Language
Update ( System.Language language ) : void

Private Methods

Method Description
ReinitializeCache ( ) : void

Method Details

Add() public method

public Add ( System.Language language ) : void
language System.Language
return void

All() public method

public All ( ) : IEnumerable
return IEnumerable

CachedLanguageStore() public method

public CachedLanguageStore ( ILanguageStore underlyingStore ) : System
underlyingStore ILanguageStore
return System

Delete() public method

public Delete ( string name ) : void
name string
return void

Exists() public method

public Exists ( string name ) : bool
name string
return bool

Find() public method

public Find ( string name ) : System.Language
name string
return System.Language

Update() public method

public Update ( System.Language language ) : void
language System.Language
return void