Skip to content

Feature request: dummy aggresive caching #6

@JanTvrdik

Description

@JanTvrdik

Currently smart caching is implemented, but for development it often useful to never invalidate the cache. This can be currently achieved by manually modifying CachedClient like this:

if ($cached = $this->cache->load($cacheKey)) {
    return $cached; // always use cached result if available
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions