Uses of Record Class
org.restheart.mongodb.db.GetCollectionCacheKey
Packages that use GetCollectionCacheKey
Package
Description
Data Access Object Classes to decouple the handling logic from the db
-
Uses of GetCollectionCacheKey in org.restheart.mongodb.db
Methods in org.restheart.mongodb.db that return GetCollectionCacheKeyModifier and TypeMethodDescriptionstatic GetCollectionCacheKeyGetCollectionCacheKey.clone(GetCollectionCacheKey key) Methods in org.restheart.mongodb.db that return types with arguments of type GetCollectionCacheKeyModifier and TypeMethodDescriptionPair<GetCollectionCacheKey,List<org.bson.BsonDocument>> GetCollectionCache.find(GetCollectionCacheKey key) Methods in org.restheart.mongodb.db with parameters of type GetCollectionCacheKeyModifier and TypeMethodDescriptionstatic GetCollectionCacheKeyGetCollectionCacheKey.clone(GetCollectionCacheKey key) Pair<GetCollectionCacheKey,List<org.bson.BsonDocument>> GetCollectionCache.find(GetCollectionCacheKey key) List<org.bson.BsonDocument>GetCollectionCache.get(GetCollectionCacheKey key) voidGetCollectionCache.invalidate(GetCollectionCacheKey key) voidGetCollectionCache.put(GetCollectionCacheKey key, List<org.bson.BsonDocument> value) List<org.bson.BsonDocument>GetCollectionCache.remove(GetCollectionCacheKey key)