Official Content

Cache Provider is a generator property that allows determining the provider used for distributed caching.

Values

In Process The cache is stored on the server, and no distribution mechanism is implemented for data caching.
Memcached The cache is managed using Memcached, which is a distributed memory object caching system.
Redis The cache is managed using Redis, which is an in-memory data structure store.

Description

In a distributed environment, the local cache of the application server is useless. In this case, you need a distributed memory object caching system.

Cache Provider is a generator property that allows determining the provider used for distributed caching.

Considerations

Java support since GeneXus 16 upgrade 3

NetCore supports Redis value since GeneXus 16 upgrade 9

Runtime/Design time

This property applies only at design-time.

Scope

Platforms: Web(.Net, .Net Core, Java)

See Also

Cache Location Property
Cache UserName Property
Cache Password Property
Redis
Memcached
Cache API

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