FileCache._FileCache_dataPutter

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias _FileCache_dataPutter = None
  2. void _FileCache_dataPutter(T t)
    struct FileCache(alias DataGetter, alias DataPutter = None, FlushPolicy flushPolicy = FlushPolicy.none, LoadPolicy loadPolicy = LoadPolicy.automatic)
    static if(!(is(DataPutter == None)))
    void
    _FileCache_dataPutter
    (
    T
    )
    (
    T t
    )

Meta