Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AppRunner - Class in org.oxerr.spring.cache.redis.scored.example.helloworld
 - AppRunner - Class in org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored
 - AppRunner - Class in org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache
 - AppRunner(CacheManager, BookRepository) - Constructor for class org.oxerr.spring.cache.redis.scored.example.helloworld.AppRunner
 - AppRunner(CacheManager, BookRepository) - Constructor for class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.AppRunner
 - AppRunner(CacheManager, BookRepository) - Constructor for class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.AppRunner
 
B
- Book - Class in org.oxerr.spring.cache.redis.scored.example.helloworld
 - Book - Class in org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored
 - Book - Class in org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache
 - Book() - Constructor for class org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 - Book(String, String) - Constructor for class org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 - Book(String, String) - Constructor for class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.Book
 - Book(String, String, Long) - Constructor for class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book
 - bookRepository - Variable in class org.oxerr.spring.cache.redis.scored.example.helloworld.AppRunner
 - bookRepository - Variable in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.AppRunner
 - bookRepository - Variable in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.AppRunner
 - BookRepository - Interface in org.oxerr.spring.cache.redis.scored.example.helloworld
 - BookRepository - Interface in org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored
 - BookRepository - Interface in org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache
 - books - Variable in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.SimpleBookRepository
 - books - Variable in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.SimpleBookRepository
 - BooksRedisCacheManagerConfiguration - Class in org.oxerr.spring.cache.redis.scored.example.helloworld
 - 
Check Spring Boot Documentation for more about RedisCacheManagerBuilderCustomizer.
 - BooksRedisCacheManagerConfiguration() - Constructor for class org.oxerr.spring.cache.redis.scored.example.helloworld.BooksRedisCacheManagerConfiguration
 
C
- cache - Variable in class org.oxerr.spring.cache.redis.scored.example.helloworld.AppRunner
 - cache - Variable in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.AppRunner
 - cache - Variable in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.AppRunner
 - CachingApplication - Class in org.oxerr.spring.cache.redis.scored.example.helloworld
 - CachingApplication - Class in org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored
 - CachingApplication - Class in org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache
 - CachingApplication() - Constructor for class org.oxerr.spring.cache.redis.scored.example.helloworld.CachingApplication
 - CachingApplication() - Constructor for class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.CachingApplication
 - CachingApplication() - Constructor for class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.CachingApplication
 - clearCache() - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.AppRunner
 
F
- fetch(String) - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.AppRunner
 
G
- getByIsbn(String) - Method in interface org.oxerr.spring.cache.redis.scored.example.helloworld.BookRepository
 - getByIsbn(String) - Method in interface org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.BookRepository
 - getByIsbn(String) - Method in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.SimpleBookRepository
 - getByIsbn(String) - Method in interface org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.BookRepository
 - getByIsbn(String) - Method in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.SimpleBookRepository
 - getIsbn() - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 - getIsbn() - Method in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book
 - getIsbn() - Method in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.Book
 - getTitle() - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 - getTitle() - Method in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book
 - getTitle() - Method in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.Book
 - getVersion() - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 - getVersion() - Method in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book
 
I
- isbn - Variable in class org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 - isbn - Variable in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book
 - isbn - Variable in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.Book
 
L
- log - Static variable in class org.oxerr.spring.cache.redis.scored.example.helloworld.AppRunner
 - logger - Static variable in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.AppRunner
 - logger - Static variable in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.AppRunner
 
M
- main(String[]) - Static method in class org.oxerr.spring.cache.redis.scored.example.helloworld.CachingApplication
 - main(String[]) - Static method in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.CachingApplication
 - main(String[]) - Static method in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.CachingApplication
 - myRedisCacheManagerBuilderCustomizer() - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.BooksRedisCacheManagerConfiguration
 
O
- org.oxerr.spring.cache.redis.scored.example.helloworld - package org.oxerr.spring.cache.redis.scored.example.helloworld
 - 
Demonstration of how to use Spring Cache Redis Scored.
 - org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored - package org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored
 - 
Demonstration how Spring Cache Redis Scored prevent returning stale data in cache quering.
 - org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache - package org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache
 - 
Demonstration of stale data returned using RedisCache in Spring Data Redis.
 
R
- run(String...) - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.AppRunner
 - run(String...) - Method in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.AppRunner
 - run(String...) - Method in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.AppRunner
 
S
- save(S) - Method in interface org.oxerr.spring.cache.redis.scored.example.helloworld.BookRepository
 - saveBook(String) - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.AppRunner
 - saveBook(Book) - Method in interface org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.BookRepository
 - saveBook(Book) - Method in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.SimpleBookRepository
 - saveBook(Book) - Method in interface org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.BookRepository
 - saveBook(Book) - Method in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.SimpleBookRepository
 - sep(String) - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.AppRunner
 - serialVersionUID - Static variable in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book
 - serialVersionUID - Static variable in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.Book
 - setIsbn(String) - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 - setIsbn(String) - Method in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book
 - setIsbn(String) - Method in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.Book
 - setTitle(String) - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 - setTitle(String) - Method in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book
 - setTitle(String) - Method in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.Book
 - setVersion(Long) - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 - setVersion(Long) - Method in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book
 - SimpleBookRepository - Class in org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored
 - SimpleBookRepository - Class in org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache
 - SimpleBookRepository() - Constructor for class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.SimpleBookRepository
 - SimpleBookRepository() - Constructor for class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.SimpleBookRepository
 - simulateSlowService() - Method in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.SimpleBookRepository
 - simulateSlowService() - Method in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.SimpleBookRepository
 - stat() - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.AppRunner
 
T
- title - Variable in class org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 - title - Variable in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book
 - title - Variable in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.Book
 - toString() - Method in class org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 - toString() - Method in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book
 - toString() - Method in class org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.Book
 
V
- version - Variable in class org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 - version - Variable in class org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form