Sort index, and remove uml from main readme. #1

Merged
Llewellyn merged 1 commits from dev into master 2023-05-22 01:00:05 +00:00
Showing only changes of commit 87347470d7 - Show all commits

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
```
---
```
██╗ ██████╗ ██████╗ ███╗ ███╗██╗ █████╗