The nice thing about using a lifetime is that data that hasn't been accessed
in a while gets dropped eventually, freeing room for the heavily-accessed
stuff.

--
Hector


On Sun, Apr 18, 2010 at 8:47 AM, Thomas D. <whist...@googlemail.com> wrote:

> Ben Scholzen 'DASPRiD' wrote:
> > What do you mean by "filled up"? There are more than 2^128 possible
> > keynames (depending on the system), and when you re-use a key, it will
> > override the old one. If you mean the storage being filled up, that
> > depends on the storage itself. With the filesystem storage, you will
> > certainly get a fatal error, while a memcached will just drop the
> > oldest entry to free some space.
>
> I meant that the storage is filled up.
>
> I am not sure if Zend_Cache is the best choice for what I want to do with
> the cache, because there is too much magic in the game. Some backends will
> drop the oldest entry, some will throw an error. Anyway, thank you for your
> reply.
>
>
> --
> Regards,
> Thomas
>
>
>

Reply via email to