update 2024-01-27
This commit is contained in:
parent
ef864ffa2c
commit
d8a195ca9f
25
README.md
25
README.md
@ -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
|
- **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
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
██╗ ██████╗ ██████╗ ███╗ ███╗██╗ █████╗
|
██╗ ██████╗ ██████╗ ███╗ ███╗██╗ █████╗
|
||||||
|
Loading…
Reference in New Issue
Block a user