Constant persistentcache::PREFIX[][src]

pub const PREFIX: &str = "pc"

Every stored variable is prefixed by this string. Currently, the flush functions depend on this in order to decide which variable to flush from the storage. Keeping track of the used variable internally is not an option because they are persistent and may come from another process.