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] memcache fix for J3.6.2, memcache(-d) performance improvements, less connections, add support for 'platform specific caching' #11565

Merged
merged 11 commits into from
Aug 30, 2016

Commits on Aug 18, 2016

  1. Fix memcache storage, refresh code

    Tomasz Narloch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    b89158d View commit details
    Browse the repository at this point in the history
  2. No static var

    Tomasz Narloch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    f5df02a View commit details
    Browse the repository at this point in the history
  3. Revert ternary operator

    Tomasz Narloch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    8c947c5 View commit details
    Browse the repository at this point in the history
  4. Add test whether a $index is an array

    Tomasz Narloch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    a255c63 View commit details
    Browse the repository at this point in the history
  5. Merge with joomla#11659

    Tomasz Narloch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    2886666 View commit details
    Browse the repository at this point in the history
  6. Add flush method to storages

    Tomasz Narloch committed Aug 18, 2016
    1 Configuration menu
    Copy the full SHA
    77086d2 View commit details
    Browse the repository at this point in the history
  7. Replace 'replace' method by 'set' method

    Tomasz Narloch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    127885f View commit details
    Browse the repository at this point in the history
  8. Sync memcahe changes to memcached

    Tomasz Narloch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    82ac607 View commit details
    Browse the repository at this point in the history
  9. Fix issue with clean when getPlatformPrefix is set

    Tomasz Narloch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    3aa94f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Fix typo, avoid netsted if

    Tomasz Narloch committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    6253625 View commit details
    Browse the repository at this point in the history
  2. Next typo in msg Memcache => Memcached

    Tomasz Narloch committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    4e5e96b View commit details
    Browse the repository at this point in the history