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

Adds schema caching capabilities (5s by default) #2286

Merged
merged 10 commits into from
Jul 23, 2016
Merged

Commits on Jul 20, 2016

  1. Configuration menu
    Copy the full SHA
    3ea3ca3 View commit details
    Browse the repository at this point in the history
  2. Use InMemoryCacheAdapter

    flovilmart committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    faaaff3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbf3f44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e835d9f View commit details
    Browse the repository at this point in the history
  5. nits

    flovilmart committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    cfa9347 View commit details
    Browse the repository at this point in the history
  6. nits

    flovilmart committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    190b983 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a6eaf3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb59295 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5bb6c99 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Use CacheController instead of generator

    - Makes caching SchemaCache use a generated prefix
    - Makes clearing the SchemaCache clear only the cached schema keys
    - Enable cache by default (ttl 5s)
    flovilmart committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    4e8c355 View commit details
    Browse the repository at this point in the history