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

[Cherry-Picked] [NSCache] [SR-3904] Fix for object storage. #901

Merged
merged 7 commits into from
Mar 5, 2017

Commits on Mar 2, 2017

  1. added nscache tests. count limit test is disabled.

    Sergey Minakov committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    e188eb3 View commit details
    Browse the repository at this point in the history
  2. Change default values for 'NSCache'. Added NSCacheKey class.

    new default value '0' of '.totalCostLimit' and '.countLimit' matches
    Darwin's Foundation version.
    NSCacheKey is new key class for 'NSCache' inner dictionary. It matches
    the Darwin's NSCache key behavior.
    Sergey Minakov committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    13c3178 View commit details
    Browse the repository at this point in the history
  3. sort tests cases in aphabetical order.

    Sergey Minakov committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    857ba84 View commit details
    Browse the repository at this point in the history
  4. Update TestNSCache.swift

    naithar authored and Sergey Minakov committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    33c6632 View commit details
    Browse the repository at this point in the history
  5. [NSCache] Status update

    naithar authored and Sergey Minakov committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    ce75281 View commit details
    Browse the repository at this point in the history
  6. NSCache 'isEqual' change based on review.

    naithar authored and Sergey Minakov committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    a49f83a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. fix NSCache limit

    Sergey Minakov committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    16065d2 View commit details
    Browse the repository at this point in the history