Update 2024-07-11 23:15:37

This commit is contained in:
Robot 2024-07-08 23:15:06 +02:00
parent f0696fcfe1
commit b90a4230e8
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
5 changed files with 7 additions and 5 deletions

View File

@ -23,7 +23,7 @@ This repository contains an index (see below) of all the approved powers within
# Index of powers
- **Namespace**: [VastDevelopmentMethod\Psr\Cache](#vastdevelopmentmethod-psr-cache)
- **Namespace**: [VDM\Psr\Cache](#vdm-psr-cache)
- **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

View File

@ -7,7 +7,8 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# interface CacheItemInterface (Details)
> namespace: **VastDevelopmentMethod\Psr\Cache**
> namespace: **VDM\Psr\Cache**
> extends: ****
```uml
@startuml
interface CacheItemInterface #Lavender {

View File

@ -7,7 +7,7 @@
* @git Caching Interface <https://github.com/php-fig/cache>
* @license MIT
*/
namespace VastDevelopmentMethod\Psr\Cache;
namespace VDM\Psr\Cache;
/**

View File

@ -1,7 +1,7 @@
{
"add_head": "0",
"add_licensing_template": "2",
"extends": "0",
"extends": "",
"guid": "171fcb39-ae27-4c2b-b091-2f70b824288b",
"implements": null,
"load_selection": null,
@ -10,6 +10,7 @@
"system_name": "Psr.Cache.CacheItemInterface",
"type": "interface",
"use_selection": null,
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Psr\\Cache.CacheItemInterface",
"description": "\/**\r\n * CacheItemInterface defines an interface for interacting with objects inside a cache.\r\n *\r\n * Each Item object MUST be associated with a specific key, which can be set\r\n * according to the implementing system and is typically passed by the\r\n * Cache\\CacheItemPoolInterface object.\r\n *\r\n * The Cache\\CacheItemInterface object encapsulates the storage and retrieval of\r\n * cache items. Each Cache\\CacheItemInterface is generated by a\r\n * Cache\\CacheItemPoolInterface object, which is responsible for any required\r\n * setup as well as associating the object with a unique Key.\r\n * Cache\\CacheItemInterface objects MUST be able to store and retrieve any type\r\n * of PHP value defined in the Data section of the specification.\r\n *\r\n * Calling Libraries MUST NOT instantiate Item objects themselves. They may only\r\n * be requested from a Pool object via the getItem() method. Calling Libraries\r\n * SHOULD NOT assume that an Item created by one Implementing Library is\r\n * compatible with a Pool from another Implementing Library.\r\n *\/",
"licensing_template": "\/**\r\n * @package Common interface for caching libraries\r\n *\r\n * @created Feb 9, 2021\r\n * @author PHP-FIG <https:\/\/www.php-fig.org\/>\r\n * @git Caching Interface <https:\/\/github.com\/php-fig\/cache>\r\n * @license MIT\r\n *\/",

View File

@ -2,7 +2,7 @@
"171fcb39-ae27-4c2b-b091-2f70b824288b": {
"name": "CacheItemInterface",
"type": "interface",
"namespace": "VastDevelopmentMethod\\Psr\\Cache",
"namespace": "VDM\\Psr\\Cache",
"code": "src\/171fcb39-ae27-4c2b-b091-2f70b824288b\/code.php",
"power": "src\/171fcb39-ae27-4c2b-b091-2f70b824288b\/code.power",
"settings": "src\/171fcb39-ae27-4c2b-b091-2f70b824288b\/settings.json",