class documentation

Provide an API for working with the model's fields value cache.

Method delete_cached_value Undocumented
Method get_cache_name Undocumented
Method get_cached_value Undocumented
Method is_cached Undocumented
Method set_cached_value Undocumented
def delete_cached_value(self, instance): (source)

Undocumented

def get_cached_value(self, instance, default=NOT_PROVIDED): (source)

Undocumented

def is_cached(self, instance): (source)

Undocumented

def set_cached_value(self, instance, value): (source)

Undocumented