Giter Club home page Giter Club logo

cache's People

Contributors

eduard-pelivan avatar endeveit avatar iborodikhin avatar irven avatar stas-ghost avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cache's Issues

There is no clear all method

There should be a method to clear all cache keys. Or at least add a getter for the memcached object so I can clear it.

Use native expiration

The library does not use native expiration for expired items. Instead it stores expiration time inside data array and checks if item was expired.

As soon as it just returns boolean false for expired objects there is no ability for client to know if there was any stale data or the key was empty. It ends with higher memory (and network for some drivers) consumption.

The way to fix is to pass callable to the library to let it know, how to create fresh data. In single-threaded environment (which is most native for php) it has no value.

I suggest to use only native expiration time and let client implement use of stale objects implementing some queue-based pattern.

namespace

It would be ideal if you had a vendor namespace for this code, the root namespace \Cache is pretty generic and will probably collide with others.

unique id prefix

This does not appear to use a unique cache id prefix that can be set per project. I think that is something memcached needs for multiple sites on one server.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.