Enumeration

SoupCacheability

since: 3.0

Declaration

flags Soup.Cacheability

Description [src]

Indicates if a message should or shouldn’t be cached.

Available since: 3.0

Members

SOUP_CACHE_CACHEABLE

The message should be cached.

  • Value: 1
  • Nickname: cacheable
  • Available since: 3.0
SOUP_CACHE_UNCACHEABLE

The message shouldn’t be cached.

  • Value: 2
  • Nickname: uncacheable
  • Available since: 3.0
SOUP_CACHE_INVALIDATES

The messages cache should be invalidated.

  • Value: 4
  • Nickname: invalidates
  • Available since: 3.0
SOUP_CACHE_VALIDATES

The messages cache should be updated.

  • Value: 8
  • Nickname: validates
  • Available since: 3.0