ccd property

bool? ccd
getter/setter pair

CCD (Cascade Delete) means if a shared key is deleted, then the corresponding cached key will also be deleted

When set to true, on deleting the original key, the corresponding cached key will be deleted, When set to false, the cached key remains even after the original key is deleted.

Implementation

bool? ccd;