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

Remove SharedCache::getNumericStorageId to let CacheWrapper do it #4004

Merged
merged 3 commits into from
Mar 28, 2017

Commits on Mar 23, 2017

  1. Remove SharedCache::getNumericStorageId to let CacheWrapper do it

    The CacheWrapper will properly forward the call to the wrapped cache.
    
    Signed-off-by: Morris Jobke <hey@morrisjobke.de>
    Vincent Petry authored and MorrisJobke committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    89c42a7 View commit details
    Browse the repository at this point in the history
  2. do not remove the method and only keep the tests

    Signed-off-by: Morris Jobke <hey@morrisjobke.de>
    MorrisJobke committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    869ba16 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. fix shared storage numeric id

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    ae30169 View commit details
    Browse the repository at this point in the history