CacheFlags
Description:
[ CCode ( cprefix = "AS_CACHE_FLAG_" , type_id = "as_cache_flags_get_type ()" ) ]
[ Flags ]
public enum CacheFlags
Flags on how caching should be used.
Content:
Enum values:
- NONE - No flags.
- NO_CLEAR - Don't clear the cache
when opening it.
- REFRESH_SYSTEM - Refresh
the system cache that is shared between applications.
- USE_SYSTEM - Use and - if
possible - update the system metadata cache.
- USE_USER - Create an
user-specific metadata cache.