File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCacheLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: KeyCacheInputStream.php <?php /* * This file is part of SwiftMailer. * (c) 2004-2009 Chris Corbyn * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Writes data to a KeyCache using a stream. * * @author Chris Corbyn */ interface Swift_KeyCache_KeyCacheInputStream extends Swift_InputByteStream { /** * Set the KeyCache to wrap. * * @param Swift_KeyCache $keyCache */ public function setKeyCache(Swift_KeyCache $keyCache); /** * Set the nsKey which will be written to. * * @param string $nsKey */ public function setNsKey($nsKey); /** * Set the itemKey which will be written to. * * @param string $itemKey */ public function setItemKey($itemKey); /** * Specify a stream to write through for each write(). * * @param Swift_InputByteStream $is */ public function setWriteThroughStream(Swift_InputByteStream $is); /** * Any implementation should be cloneable, allowing the clone to access a * separate $nsKey and $itemKey. */ public function __clone(); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirArrayKeyCache.phpFile5.47 KB Rename | Delete | EditDiskKeyCache.phpFile8.87 KB Rename | Delete | EditKeyCacheInputStream.phpFile1.14 KB Rename | Delete | EditNullKeyCache.phpFile2.69 KB Rename | Delete | EditSimpleKeyCacheInputStream.phpFile2.72 KB Rename | Delete | Edit