Object is used by classes implementing the Cache interface as an
object oriented wrapper around the data. End users will not normally
use Object directly, but it can be retrieved via the get_object method
on the Cache::Cache interface.
The time at which the object was last accessed. Various cache
implementations will use the accessed_at property to store information
for LRU algorithms. There is no guarentee that all caches will update
this field, however.