Use the Cython Extension class so we can place generated C files in the build dir.
[vapoursynth-svn.git] / doc / functions / cache.rst
blob520f2019b94135546a23a424a8737cc202e1b392
1 Cache
2 =======
4 .. function::   Cache(clip clip[, int size, bint fixed=0])
5    :module: std
6    
7    Inserts a Cache. Normal users should never need to use this filter as caches are automatically inserted and adapt their size according to access patterns and memory restrictions.
8    
9    The tweakable option *size* controls the maximum number of frames allowed to be cached at the start, and *fixed* controls whether the size is automatically adjusted.