Git Product home page Git Product logo

Comments (7)

ThaDafinser avatar ThaDafinser commented on May 29, 2024

@manuscle i'm afraid you cant - otherwise the export won't work anymore (PDF/Excel).

But if you don't use export, you could at least use the Memory adapter
https://github.com/zendframework/zend-cache/blob/release-2.7.2/src/Storage/Adapter/Memory.php

I haven't found a null adapter yet, like it's provided at Doctrine Cache
https://github.com/doctrine/cache/blob/master/lib/Doctrine/Common/Cache/VoidCache.php

from zfc-datagrid.

ThaDafinser avatar ThaDafinser commented on May 29, 2024

From @kokspflanze on April 19, 2017 10:28

you can also disable the export function, i think than was the cache disabled too.

from zfc-datagrid.

ThaDafinser avatar ThaDafinser commented on May 29, 2024

From @manuscle on April 19, 2017 11:2

ZfcDatagrid should let users choose if they want to use cache or not. Some of custom features are not "cacheable" and make App throwing an exception.

from zfc-datagrid.

ThaDafinser avatar ThaDafinser commented on May 29, 2024

You can "disable" the cache by using the Memory or BlackHole cache.
https://github.com/zendframework/zend-cache/blob/master/src/Storage/Adapter/BlackHole.php
https://github.com/zendframework/zend-cache/blob/master/src/Storage/Adapter/Memory.php

What kind of features do not work?

from zfc-datagrid.

ThaDafinser avatar ThaDafinser commented on May 29, 2024

From @manuscle on April 25, 2017 8:6

I try to use Memory cache but i get an error when i try to export in phpExcel: 'Sort conditions from cache are missing!'
When i back to FileSystem cache i get the same error.

from zfc-datagrid.

ThaDafinser avatar ThaDafinser commented on May 29, 2024

@manuscle what version do you use?
This (should be) resolved with https://github.com/ThaDafinser/ZfcDatagrid/pull/197/files

This message is not anymore in the code.

from zfc-datagrid.

ThaDafinser avatar ThaDafinser commented on May 29, 2024

From @manuscle on April 25, 2017 9:39

Oh sorry i have to update ZF first, that's why i don't have the latest ZfcDatagrid ...

from zfc-datagrid.

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.