Is there a particular word that represents an individual item within a cache, particularly from a programming perspective?
Is item the best choice in this particular context? Or do you generally need to know the type of objects within a cache (i.e. [object] cache) to refer to them any other way? For example:
Weapon cache - contains individual weapons.
Entity cache - contains individual entities.