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

Manages loading lua scripts from files.
Datei anzeigen Open project: JesseBuesking/BB.Caching

Public Methods

Method Description
this ( string key ) : string

Index to get a script for a particular key.

Private Methods

Method 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 method

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