feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
@@ -354,6 +354,7 @@ $users = $this->userRepository->findWithProfiles($userIds);
|
||||
### Caching Strategy
|
||||
|
||||
**Framework Cache Interface mit Value Objects**:
|
||||
|
||||
```php
|
||||
use App\Framework\Cache\Cache;
|
||||
use App\Framework\Cache\CacheKey;
|
||||
@@ -878,4 +879,4 @@ Database VOs folgen allen Framework-Prinzipien:
|
||||
- ✅ **Type Safety**: Union Types für Backwards Compatibility
|
||||
- ✅ **Framework Integration**: `__toString()` für seamless SQL interpolation
|
||||
- ✅ **Validation**: Constructor-basierte Validation
|
||||
- ✅ **Explicit**: Factory Methods (`fromString()`) für clarity
|
||||
- ✅ **Explicit**: Factory Methods (`fromString()`) für clarity
|
||||
|
||||
Reference in New Issue
Block a user