AKSW / cubeviz.ontowiki

OntoWiki component to visualize RDF-DataCubes
Other
34 stars 7 forks source link

Integration of DataSelection and UISelection Caching #172

Open MichaelMartin opened 11 years ago

MichaelMartin commented 11 years ago

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)

k00ni commented 11 years ago

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 commented 11 years ago

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?

MichaelMartin commented 11 years ago

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 commented 11 years ago

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.