Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Swift_KeyCache_ArrayKeyCache
  • Swift_KeyCache_DiskKeyCache
  • Swift_KeyCache_DummyKeyCache
  • Swift_KeyCache_NullKeyCache
  • Swift_KeyCache_SimpleKeyCacheInputStream

Interfaces

  • Swift_KeyCache
  • Swift_KeyCache_KeyCacheInputStream
  • Overview
  • Package
  • Class
  • Todo
  • Download

Interface Swift_KeyCache_KeyCacheInputStream

Writes data to a KeyCache using a stream.

Swift_KeyCache_KeyCacheInputStream implements Swift_InputByteStream

Direct known implementers

Swift_KeyCache_SimpleKeyCacheInputStream
Package: Swift\KeyCache
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php
Methods summary
public
# setKeyCache( Swift_KeyCache $keyCache )

Set the KeyCache to wrap.

Set the KeyCache to wrap.

Parameters

$keyCache
public
# setNsKey( string $nsKey )

Set the nsKey which will be written to.

Set the nsKey which will be written to.

Parameters

$nsKey
public
# setItemKey( string $itemKey )

Set the itemKey which will be written to.

Set the itemKey which will be written to.

Parameters

$itemKey
public
# setWriteThroughStream( Swift_InputByteStream $is )

Specify a stream to write through for each write().

Specify a stream to write through for each write().

Parameters

$is
public
# __clone( )

Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.

Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.

Methods inherited from Swift_InputByteStream
bind(), commit(), flushBuffers(), unbind(), write()
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen