knop-project / knop

Web application framework for Lasso 8 and 9
18 stars 46 forks source link

knop_cache missing L-debug #74

Open stevepiercy opened 11 years ago

stevepiercy commented 11 years ago

Please consider the following modification to restore L-debug functionality.

define knop_cachestore(
    type::string,
    expires::integer = -1,
    session::string = '',
    name::string = ''
) => debug => {

...

define knop_cachefetch(
    type::string,
    session::string = '',
    name::string = '',
    maxage::date = date('1970-01-01')
) => debug => {

...

define knop_cachedelete(
    type::string,
    session::string = '',
    name::string = ''
) => debug => {