Skip to content
This repository was archived by the owner on Jun 22, 2020. It is now read-only.
This repository was archived by the owner on Jun 22, 2020. It is now read-only.

Make Graph to accept user provided Cache implementation. #176

@SteamShon

Description

@SteamShon

Current implementation only use local cache. it would be better to abstract cache interface and let user to implement their own cache.

for example, if user want to use redis cluster for cache, then by implementing Cache trait, user should be able to use their redis cluster as cache.

I think It would be better to provide Cache trait and only s2core use common cache trait so user can override local cache if they want to use different cache solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions