sdl2-compositor-1.2.0.1: image compositing with sdl2 - declarative style

Safe HaskellNone
LanguageHaskell2010

SDL.Data.Cache

Documentation

data Cache k a Source

newCache :: Ord k => Int -> IO (Cache k a) Source

throughCache :: (Cacheable r, Ord k) => Cache k r -> k -> IO r -> IO r Source

emptyCache :: (Cacheable r, Ord k) => Cache k r -> IO () Source