Frequently Asked Questions

What is Lite Cache?

Lite Cache is an API solution designed for caching primitive and complex data types.

How long is the data cached?

The API allows you to cache data for four different durations: 1 minute, 5 minutes, 15 minutes, and 30 minutes.

Can I use it in frontend client applications?

Yes, the Lite Cache API is designed for use in both frontend and backend applications. However, when saving user-specific private data, it's recommended to use the backend to conceal the cache key data.

Which programming languages does it support?

Lite Cache is an API-based solution. Therefore, it can be integrated with any programming language that supports sending HTTP requests.