Uses of Interface
cloud.opencode.base.cache.testing.CacheTestSupport.CacheOperation
Packages that use CacheTestSupport.CacheOperation
-
Uses of CacheTestSupport.CacheOperation in cloud.opencode.base.cache.testing
Classes in cloud.opencode.base.cache.testing that implement CacheTestSupport.CacheOperationModifier and TypeClassDescriptionstatic final recordGet operation | 获取操作static final recordGet all operation | 批量获取操作static final recordGet with loader operation | 带加载器的获取操作static final recordInvalidate operation | 失效操作static final recordInvalidate all operation | 批量失效操作static final recordPut operation | 放入操作static final recordPut all operation | 批量放入操作static final recordPut all with TTL operation | 带过期时间的批量放入操作static final recordPut if absent operation | 不存在则放入操作static final recordPut if absent with TTL operation | 带过期时间的不存在则放入操作static final recordPut with TTL operation | 带过期时间的放入操作Methods in cloud.opencode.base.cache.testing that return types with arguments of type CacheTestSupport.CacheOperationModifier and TypeMethodDescriptionCacheTestSupport.RecordingCache.operations()Get all recorded operations 获取所有记录的操作