Official Content

Table property that indicates how often the table data changes. Its value is used to control database access caching when the Database Access Caching property is enabled.

Values

0. Pretty Often Use this value for objects that should not be cached. This is the default value.
1. Time to Time The cache is refreshed when the time period specified by the "Time to Time" property has elapsed.
2. Hardly Ever The cache is refreshed when the time period specified by the "Hardly ever" property has elapsed.
3. Almost Never This value should be used for objects that, once read, should never be removed from the cache.

Scope

Generators: .NET, .NET Framework, Java

Description

This is a Table property.

Select the desired Table in the KB Explorer to configure its Change frequency property.

image_202471202910_1_png

Notes:

  • Cached database accesses may be flushed from memory with the Cache storage size property
  • After changing the value of the Change frequency property, a rebuild all is needed. In fact, only the programs that navigate to the cached table will change their source code.

Runtime/Design time

This property applies only at design time.

See Also

Time to Time TTL(mins) property
Hardly ever TTL(mins) property
Database access caching property

Last update: April 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant