Creates a cache item and sets the create time. If the cache is full, the oldest item is replaced with the new item. (In the case where several items are equally old, the choice of which one to be replaced is made arbitrarily.)
item key
true if a record was updated / overwritten, false if a new record was added
See Implementation
Creates a cache item and sets the create time. If the cache is full, the oldest item is replaced with the new item. (In the case where several items are equally old, the choice of which one to be replaced is made arbitrarily.)