Upgrading a v11 site to v12. Some of our custom plugins utilize the cache service and now the Get method is obsolete. Wondering how I'd re-write this to conform to the new way in v12.
List<Entities.ContentAttribute> attributeList = (List<Entities.ContentAttribute>)CacheService.Get("CACHEKEY", CacheScope.All);