Hello folks,

today during a new test implementation (I am the Lead behind PhpFastCache) 
I got a major question on a concept of the Psr6:

1) If you set a cache item with a TTL of 1sec, then your script duration 
take more than 2secondes: What's the expected behavior of isHit() ? 
Supposing that I'm using the *same instance* of my cacheItem during the 
whole script execution (not by calling getItem() again).

2) In the same spirit: What's the expected behavior of passing a "past" 
value to expireAt/ExpirerAfter ? This is not mentioned at all in the Psr6 
specs (Only if null is passed)

3) Should getItem() stores instances inside a private property, or should 
it MIUST get it from the cache storage directly ? This is not mentioned 
either.

Cheers,
Georges.L


-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/3abe0736-1b7e-4aff-b224-c778e2456aaf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to