Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Tweaks to get caching fully functional. #196

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Tweaks to get caching fully functional. #196

wants to merge 3 commits into from

Commits on Sep 7, 2015

  1. 1. getCacheByHref() still incorrect, missing this case:

        https://api.stormpath.com/v1/applications/6fr66lFwpF8NTmFH0kITot/groups
    
    2.  Add recursive CacheHandler::get()
    
    3.  Recursive CacheHandler::put() was not storing the toplevel resource in
        some cases.
    
    4.  If process.env.NODE_DEBUG_SP=1, then print some debug statements when Stormpath
        fetches from cloud uri verses from cache.  Also stores to cache are displayed.
    Andrew Peebles committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    281fc13 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. fixes to pass lint

    Andrew Peebles committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    34e3a50 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2015

  1. debug

    Andrew Peebles committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    99ab78e View commit details
    Browse the repository at this point in the history