An open API service indexing awesome lists of open source software.

https://github.com/andikscript/springcachepostgresql

Simple implement caching on redis and using postgresql database
https://github.com/andikscript/springcachepostgresql

Last synced: 5 months ago
JSON representation

Simple implement caching on redis and using postgresql database

Awesome Lists containing this project

README

          

# SpringCachePostgresql

## Annotation cache
- @Cacheable untuk membuat chace
- @CacheEvict untuk menghapus cache karena ada pembaruan data
- @CachePut untuk memperbarui chache tanpa mengganggu eksekusi metode
- @Caching untuk mengelompokkan kembali beberapa operasi cache untuk diterapkan pada suatu metode
- @CacheConfig untuk membagikan beberapa pengaturan umum terkait cache di tingkat kelas