C# Class Nuve.Client.Experimental.Cache

Mostra file Open project: hrzafer/nuve

Public Methods

Method Description
Add ( string word, IList solutions ) : void
GetSize ( ) : int
TryAnalyze ( string word, IList &solutions ) : bool

Method Details

Add() public static method

public static Add ( string word, IList solutions ) : void
word string
solutions IList
return void

GetSize() public static method

public static GetSize ( ) : int
return int

TryAnalyze() public static method

public static TryAnalyze ( string word, IList &solutions ) : bool
word string
solutions IList
return bool