List view
Method "public function getIds()" should be able to retrieve a given offset of keys. To ensure the abilyty to implement an data paginnation at the cache monitor gui.
No due dateThe Pack class, which is responsible for packing the mixed values uses php native methods serialize() and unserialize(). The idia is to make refaktoring which ensures tha only real object-types will be serialize and all others will be handeled with json_encode() and json_decode() - to make the Pack class more faster.
No due date