C# Class BB.Caching.Redis.Lua.ScriptLoader

Manages loading lua scripts from files.
Afficher le fichier Open project: JesseBuesking/BB.Caching

Méthodes publiques

Méthode Description
this ( string key ) : string

Index to get a script for a particular key.

Private Methods

Méthode Description
LuaFileToString ( string fileName ) : string

Returns the lua file's contents as a string.

ScriptLoader ( ) : System

Prevents a default instance of the ScriptLoader class from being created.

Method Details

this() public méthode

Index to get a script for a particular key.
public this ( string key ) : string
key string /// The key. ///
Résultat string