if (obj.is_pci) {
  log "Got a hit in cache, object is PCI flagged";
} else {
  log "Warning: object in cache is not flagged for PCI compliance";
}