CacheAccess 
    interface CacheAccess
Provides basic access to a response caching implementation.
This interface does not make any guarantees about the caching behavior of its implementations.
Since
0.1.0
Inheritors
Functions
Link copied to clipboard
                  Memoizes the given Gw2ApiResponse.
Link copied to clipboard
                  Queries the cache for a given Gw2ApiRequest and returns the cached Gw2ApiResponse or null if no appropriate response was cached.