Package tech.ydb.yoj.repository.db.cache
Interface RepositoryCache
- All Known Implementing Classes:
RepositoryCacheImpl
public interface RepositoryCache
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RepositoryCacheempty()get(RepositoryCache.Key key) voidput(RepositoryCache.Key key, Object value)
-
Method Details
-
contains
-
get
-
put
-
empty
-