This is a node in the cache and is a wrapper for the object and keeps flags on the status of the entry.
perhaps add LRU counters as CacheEntry is pretty dumb
A dead cache entry is an object that has been deleted
dirty cache entries are those that probably differ from the database
Noswappable cache entries are objects that have non persistent attributes. *heavy sigh* We can never remove these from the cache until specifically marked See makenoswap and makeswap
[Validate]