Cheshire3 Objects: Result Set Store

Description

A persistent storage mechanism for result sets.

Implementations
API

FunctionParametersReturnsDescription
__init__config, parent 
create_resultSetsession, ?resultSet Generate a UUID for a result set, and if given, store it.
store_resultSetsession, resultSet Store the result set
delete_resultSetsession, uuid Delete the given result set
fetch_resultSetsession, uuid Return the given result set
fetch_resultSetListsession Return list of result set uuids present in the store
cleansession Delete any result sets that have expired (according to the configuration)