C# 클래스 BB.Caching.Redis.Lua.ScriptLoader

Manages loading lua scripts from files.
파일 보기 프로젝트 열기: JesseBuesking/BB.Caching

공개 메소드들

메소드 설명
this ( string key ) : string

Index to get a script for a particular key.

비공개 메소드들

메소드 설명
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.

메소드 상세

this() 공개 메소드

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