hxt-cache-9.0.0: src/Text/XML/HXT/Cache.hs
-- ------------------------------------------------------------
{- |
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
-- ------------------------------------------------------------