update 2023-05-22 02:53:53

This commit is contained in:
Robot 2023-05-22 02:54:09 +02:00
parent ef864ffa2c
commit 87347470d7
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
1 changed files with 0 additions and 25 deletions

View File

@ -27,31 +27,6 @@ This repository contains an index (see below) of all the approved powers within
- **interface CacheItemInterface** | [Details](src/171fcb39-ae27-4c2b-b091-2f70b824288b) | [Code](src/171fcb39-ae27-4c2b-b091-2f70b824288b/code.php) | [Settings](src/171fcb39-ae27-4c2b-b091-2f70b824288b/settings.json) | Super__171fcb39_ae27_4c2b_b091_2f70b824288b__Power
# Class Diagrams
## VDM Psr Cache
> namespace VDM\Psr\Cache
```uml
@startuml
namespace VDM\Psr\Cache #DarkCyan {
interface CacheItemInterface #Lavender {
+ getKey() : string
+ get() : mixed
+ isHit() : bool
+ set() : static
+ expiresAt() : static
+ expiresAfter() : static
}
}
@enduml
```
---
```
██╗ ██████╗ ██████╗ ███╗ ███╗██╗ █████╗