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
- Host: GitHub
- URL: https://github.com/andikscript/springcachepostgresql
- Owner: andikscript
- Created: 2022-08-22T23:23:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T01:51:05.000Z (over 3 years ago)
- Last Synced: 2025-03-24T20:19:16.741Z (12 months ago)
- Language: Java
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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