mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
feat: expose CacheEntry::getData in ocp
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
bb5ac2688c
commit
4e8d89c460
1 changed files with 8 additions and 0 deletions
|
|
@ -161,4 +161,12 @@ interface ICacheEntry extends ArrayAccess {
|
|||
* @since 25.0.0
|
||||
*/
|
||||
public function getUnencryptedSize(): int;
|
||||
|
||||
/**
|
||||
* Get the cache data as array
|
||||
*
|
||||
* @return array
|
||||
* @since 30.0.0
|
||||
*/
|
||||
public function getData(): array;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue