diff options
Diffstat (limited to 'apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/AbstractCacheAdapter.php')
-rw-r--r-- | apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/AbstractCacheAdapter.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/AbstractCacheAdapter.php b/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/AbstractCacheAdapter.php deleted file mode 100644 index a5c527167b8..00000000000 --- a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/AbstractCacheAdapter.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -namespace Guzzle\Cache; - -/** - * Abstract cache adapter - */ -abstract class AbstractCacheAdapter implements CacheAdapterInterface -{ - protected $cache; - - /** - * Get the object owned by the adapter - * - * @return mixed - */ - public function getCacheObject() - { - return $this->cache; - } -} |