Cache without lifetime not working

T

TnT

Guest
Member
While testing 2.3.0 Beta 1 i figured out, caching without liefetime like this:

PHP:

\XF::app()->cache()->save('test', 'works');

returns true, but

PHP:

\XF::app()->cache()->fetch('test');

returns false. Setting lifetime explicit to 0 also returns false.
Only Providing a livetime returns the expected cache result.

Only this works:

PHP:

Code:

Code:
\XF::app()->cache()->save('test', 'works', 10);
\XF::app()->cache()->fetch('test');

In my use case i store an item which is...

Read more

Continue reading...
 
BlackSpigot General Chat
Rules Help Users
    I @ iTz_RockGamez: https://www.blackspigot.com/downloads/dtltradersplus.15466/ I'm trying to download version...
    Top