]> source.dussan.org Git - nextcloud-server.git/commit
Remove SharedCache::getNumericStorageId to let CacheWrapper do it
authorVincent Petry <pvince81@owncloud.com>
Thu, 16 Feb 2017 10:47:16 +0000 (11:47 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 23 Mar 2017 06:02:48 +0000 (00:02 -0600)
commit89c42a76c34aba7dd4c23649f97495283cf023ba
tree4252d22cb431a00f8dcda5d52e0080d1fdff16d8
parent39ac804899197069b40384afdc40966e22658eca
Remove SharedCache::getNumericStorageId to let CacheWrapper do it

The CacheWrapper will properly forward the call to the wrapped cache.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
apps/files_sharing/lib/Cache.php
apps/files_sharing/tests/CacheTest.php
build/integration/features/external-storage.feature
build/integration/features/sharing-v1.feature
lib/private/Files/Cache/Cache.php