Cache backend iterable protocol.
Type of the key.
Type of the value.
Number of stored entries.
Iterate over stored entries.
Returns an iterable of stored keys.
Returns an iterable of stored values.
Cache backend iterable protocol.