Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

knop_cache missing L-debug #74

Open
stevepiercy opened this issue Apr 15, 2013 · 0 comments
Open

knop_cache missing L-debug #74

stevepiercy opened this issue Apr 15, 2013 · 0 comments
Milestone

Comments

@stevepiercy
Copy link
Member

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 => {
@ghost ghost assigned jolle-c Apr 15, 2013
@stevepiercy stevepiercy added this to the 0.3 milestone Jul 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants