//
// Store our WritableCSSEntityMock in the cache and get the identity
// that can be used to retrieve the entry.
//
CacheIdentity identity = cache.store(
new CSSCacheEntry(writableCSSEntityMock));
//
// Now remove all entries so we get a cache miss.
//
cache.clear();