cubeviz.ontowiki icon indicating copy to clipboard operation
cubeviz.ontowiki copied to clipboard

Integration of DataSelection and UISelection Caching

Open MichaelMartin opened this issue 11 years ago • 4 comments

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)

MichaelMartin avatar Jun 27 '13 11:06 MichaelMartin

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?

k00ni avatar Jun 27 '13 11:06 k00ni

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?

k00ni avatar Jun 27 '13 11:06 k00ni

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

MichaelMartin avatar Jun 27 '13 13:06 MichaelMartin

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.

MichaelMartin avatar Jun 27 '13 13:06 MichaelMartin