trait CachableModel (View source)

Allows you to cache a full list of objects without multiple DB queries

Methods

public static 
getCached()

No description

public static 
clearCached()

No description

protected static 
bool
databaseIsReady()

Check if the DB is able to safely query this model

Details

static ArrayList getCached()

No description

Return Value

ArrayList

static clearCached()

No description

static protected bool databaseIsReady()

Check if the DB is able to safely query this model

Return Value

bool