## With Memcache enabled
# Delete all records from `CachedUrls` table
# Visit `Privacy Policy` page on front-end
# Confirm that record for `Privacy Policy` is created in the `CachedUrls` table
# Go to adm.console, {nav Configuration > Website > Scheduled Tasks} section
# Run `populate_url_unit_cache` scheduled task
# Go to {nav Tools > System Tools} section
# In the `Memory Cache` subsection confirm, that `cached_urls_unit_prefixes` cache variable contains array with c, lang, theme prefixes
# Go to adm.console, {nav Website & Content > Structure & Data} section, make some changes to the `Privacy Policy` category and save these changes
# Confirm that record for `Privacy Policy` is deleted from the `CachedUrls` table
# Go to {nav Website & Content > Links} section and create some active link record
# Go to recently created link page on front-end
# Confirm that record for this link page is created in the `CachedUrls` table
# Go to {nav Website & Content > Links} section, make some changes to the just created link and save these changes
# Confirm that record for recently created link is not deleted from the `CachedUrls` table
## With Memcache disabled
# Delete all records from `CachedUrls` table
# Visit `Privacy Policy` page on front-end
# Confirm that record for `Privacy Policy` is created in the `CachedUrls` table
# Go to adm.console, {nav Configuration > Website > Scheduled Tasks} section
# Run `populate_url_unit_cache` scheduled task
# Confirm, that in the `SystemCache` table is created record with `VarName` = `cached_urls_unit_prefixes` and `Data` containing serialized array with c, lang, theme prefixes
# Go to adm.console, {nav Website & Content > Structure & Data} section, make some changes to the `Privacy Policy` category and save these changes
# Confirm that record for `Privacy Policy` is deleted from the `CachedUrls` table
# Go to {nav Website & Content > Links} section and create some active link record
# Go to recently created link page on front-end
# Confirm that record for this link page is created in the `CachedUrls` table
# Go to {nav Website & Content > Links} section, make some changes to the just created link and save these changes
# Confirm that record for recently created link is not deleted from the `CachedUrls` table