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

Inheritance: ILanguageStore
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode 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

Méthode Description
ReinitializeCache ( ) : void

Method Details

Add() public méthode

public Add ( System.Language language ) : void
language System.Language
Résultat void

All() public méthode

public All ( ) : IEnumerable
Résultat IEnumerable

CachedLanguageStore() public méthode

public CachedLanguageStore ( ILanguageStore underlyingStore ) : System
underlyingStore ILanguageStore
Résultat System

Delete() public méthode

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

Exists() public méthode

public Exists ( string name ) : bool
name string
Résultat bool

Find() public méthode

public Find ( string name ) : System.Language
name string
Résultat System.Language

Update() public méthode

public Update ( System.Language language ) : void
language System.Language
Résultat void