-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add uim.caches.classes.engines package with initial modules and README
- Loading branch information
1 parent
41d42a7
commit 290c875
Showing
17 changed files
with
2,267 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.