-- ------------------------------------------------------------ {- | Module : Text.XML.HXT.Arrow.Cache Copyright : Copyright (C) 2010 Uwe Schmidt License : MIT Maintainer : Uwe Schmidt (uwe@fh-wedel.de) Stability : experimental Portability: portable Caching of XML document trees and other binary data -} -- ------------------------------------------------------------ module Text.XML.HXT.Cache ( withCache , withoutCache ) where import Text.XML.HXT.Arrow.XmlCache -- ------------------------------------------------------------