Top Level Namespace

Defined Under Namespace

Classes: Sadie

Instance Method Summary collapse

Instance Method Details

#S(key) ⇒ Object

Description: Sadie

Sadie is a data framework intended to ease the pain of constructing, accessing, and managing the resources required by large stores of inter-related data. It supports sessions, lazy, on-demand, one-time evaluation and file-based storage/retrieval operations for resource-heavy data.

New types of data primers can be added by calling addPrimerPluginsDirPath with a directory containing plugin definitions



20
21
22
23
# File 'lib/sadie.rb', line 20

def S( key )
    instance = Sadie::getCurrentSadieInstance
    return instance.get( key )
end