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

Cache in filecache #28166

Closed
wants to merge 1 commit into from
Closed

Cache in filecache #28166

wants to merge 1 commit into from

Commits on Apr 30, 2018

  1. no trip to the db is better than a fast trip to the db

    move to Cache class to avoid storage type issues
    
    fix tests
    
    don't bother caching partial
    
    clear cache when manually deleting stuff from filecache
    
    more caching
    
    add fixTypes()
    
    check if storage_mtime isset
    
    really check if storage_mtime isset
    
    fix undefined index, remove obsolete todo
    
    use correct var
    
    fix more aggressive caching
    
    remove unneeded classes
    
    clear cache in tests and repair steps
    
    encryption needs a separate PR
    
    only clear if cache was initialized
    
    fix namespace
    
    only clear if cache has been initialized, add deprecation as a big fat codesmell
    butonic committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    224b740 View commit details
    Browse the repository at this point in the history