Package tech.ydb.yoj.repository.db.cache
Class RepositoryCacheImpl
java.lang.Object
tech.ydb.yoj.repository.db.cache.RepositoryCacheImpl
- All Implemented Interfaces:
RepositoryCache
-
Nested Class Summary
Nested classes/interfaces inherited from interface tech.ydb.yoj.repository.db.cache.RepositoryCache
RepositoryCache.Key -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanget(RepositoryCache.Key key) voidput(RepositoryCache.Key key, Object value)
-
Constructor Details
-
RepositoryCacheImpl
public RepositoryCacheImpl()
-
-
Method Details
-
contains
- Specified by:
containsin interfaceRepositoryCache
-
get
- Specified by:
getin interfaceRepositoryCache
-
put
- Specified by:
putin interfaceRepositoryCache
-