Giter Club home page Giter Club logo

Comments (6)

marwan2 avatar marwan2 commented on July 28, 2024

Good ideas, go ahead

from phpfastcache.

wendynovianto avatar wendynovianto commented on July 28, 2024

Totally agree! When do you think this will be done? The static approach is quite limiting, while a singleton approach will have all the goodness of the current approach, while it can still be used for a much more complex scenario.

$cache = phpFastCache::instance(); // The singleton approach that requires quick development.
$cache = new phpFastCache(); // More complex approach that requires different cache configuration.

from phpfastcache.

khoaofgod avatar khoaofgod commented on July 28, 2024

Plan have been setup this morning already.
Working on version 2.x and will be finish it soon. However, version 2 will be on Beta and testing for 6 - 12 months before I make it stable.

First Beta version will be available in next week or next 2 weeks.

Version 1.3 will keep improving, supporting, and updating together with Version 2. I won't remove the current version in future.

from phpfastcache.

maaudet-ca avatar maaudet-ca commented on July 28, 2024

Well

use phpFastCache as _c;

_c::config(...);
_c::get('test');

from phpfastcache.

khoaofgod avatar khoaofgod commented on July 28, 2024

Interesting, _c

πŸ’ƒ hahahahah

from phpfastcache.

khoaofgod avatar khoaofgod commented on July 28, 2024

Guys,
Version 2 are completed.
Please take a look and let me know.

http://www.phpfastcache.com/v2/

Download here in Github too.

from phpfastcache.

Related Issues (20)

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.