Skip to content

Commit

Permalink
Add uim.caches.classes.engines package with initial modules and README
Browse files Browse the repository at this point in the history
  • Loading branch information
UIMSolutions committed Jan 2, 2025
1 parent 41d42a7 commit 290c875
Show file tree
Hide file tree
Showing 17 changed files with 2,267 additions and 8 deletions.
5 changes: 5 additions & 0 deletions caches/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Library 📚 uim-caches

[![D](https://github.com/UIMSolutions/uim/actions/workflows/uim-caches.yml/badge.svg)](https://github.com/UIMSolutions/uim/actions/workflows/uim-caches.yml) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

This library enables the use of caching. Caching can be used to speed up reading of expensive or slow resources by maintaining a second copy of the required data in a faster or tighter storage system. For example, the results of queries or remote web service accesses that do not change frequently can be stored in a cache. Once the data is in the cache, reading data from the cache is much more performant than accessing the remote resource.
Loading

0 comments on commit 290c875

Please sign in to comment.