cubeviz.ontowiki
cubeviz.ontowiki copied to clipboard
Integration of DataSelection and UISelection Caching
Please use Erfurt_App::getInstance()->getCache() to cache the tickets. Per default please use the File Backend
Furthermore please integrate the serviceUrl parameter (Request / Session if exists) for creation of the hashes (dataSelection)
Furthermore please integrate the serviceUrl parameter (Request / Session if exists) for creation of the hashes (dataSelection)
Why not simply add this parameter simply to the URL as it is now?
Please use Erfurt_App::getInstance()->getCache() to cache the tickets. Per default please use the File Backend
With tickets you mean the hash files, right?
Is there an easy solution to check that i am able to use Erfurt_App::getInstance()->getCache() at all?
Just use it. It follows a Frontend / Backend pattern. If the Cache is disabled it will be initialised with a NULL Backend.
I provided a code snippet in #173
Why not simply add this parameter simply to the URL as it is now?
If you are able to proof that it is always there then use it.