Вход Регистрация
Файл: monst/Xsolla/Guzzle/Cache/AbstractCacheAdapter.php
Строк: 9
<?php

namespace GuzzleCache;

/**
 * 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;
    }
}
Онлайн: 2
Реклама