Todo List
This is a general object that is extended by all of the basic database based objects in ampache. It attempts to do some standard caching for all of the objects to cut down on the database calls
[line 32]
static void add_to_cache( $index, $id, $data)
This adds the specified object to the specified index in the cache
static void get_from_cache( $index, $id)
This attempts to retrive the specified object from the cache we've got here
static void is_cached( $index, $id)
this checks the cache to see if the specified object is there
void get_info( $id, [ $table_name = ''])
retrieves the info from the database and puts it in the cache