Giter Club home page Giter Club logo

Comments (3)

lcobucci avatar lcobucci commented on June 20, 2024

@boesing we must consider opcache in this context.

Also, when designing the new API for the caching for fastroute v2 I've thought about exposing a method for cache invalidation but didn't get to implement it yet.

Maybe this is the kind of thing that we should solve on the upstream package?

from mezzio-fastroute.

geerteltink avatar geerteltink commented on June 20, 2024

I'm not sure I understand the need for this. You can set the location of the config file:

    'router' => [
        'fastroute' => [
             // Enable caching support:
            'cache_enabled' => true,
             // Optional (but recommended) cache file path:
            'cache_file'    => 'data/cache/fastroute.php.cache',
        ],
    ],

Once you stored it in the configuration you can retrieve it and delete it inside a cli command. The default location is also known as it is hardcoded. So basically in your cli command you can check if one of the files exist and remove it.

from mezzio-fastroute.

boesing avatar boesing commented on June 20, 2024

@geerteltink Yes, I could pass it via config and read it from config. Thats exactly what I am doing as of now. But since the cache_file is not a required option, it can also be missing from the config and thus, the default property value from the FastRouteRouter would be used.
There is no way of getting that value.

@lcobucci TBH; I have a very strange use-case for removing the cache file and thus, I don't think that its worth to have something implemented from this library. I would be fine with deleting it by myself but if you want to add that feature, I would probably use it.

from mezzio-fastroute.

Related Issues (9)

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.