mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 07:27:23 +01:00
chore(Foundation) : correct spelling (#3750)
This commit is contained in:
parent
46d5d58bc8
commit
22d2865de2
@ -36,7 +36,7 @@ class AccessExpireCache: public AbstractCache<TKey, TValue, AccessExpireStrategy
|
|||||||
/// Entries expire when they are not accessed with get() during this time period. Each access resets
|
/// Entries expire when they are not accessed with get() during this time period. Each access resets
|
||||||
/// the start time for expiration.
|
/// the start time for expiration.
|
||||||
/// Be careful when using an AccessExpireCache. A cache is often used
|
/// Be careful when using an AccessExpireCache. A cache is often used
|
||||||
/// like cache.has(x) followed by cache.get x). Note that it could happen
|
/// like cache.has(x) followed by cache.get(x). Note that it could happen
|
||||||
/// that the "has" call works, then the current execution thread gets descheduled, time passes,
|
/// that the "has" call works, then the current execution thread gets descheduled, time passes,
|
||||||
/// the entry gets invalid, thus leading to an empty SharedPtr being returned
|
/// the entry gets invalid, thus leading to an empty SharedPtr being returned
|
||||||
/// when "get" is invoked.
|
/// when "get" is invoked.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// UnufferedStreamBuf.h
|
// UnbufferedStreamBuf.h
|
||||||
//
|
//
|
||||||
// Library: Foundation
|
// Library: Foundation
|
||||||
// Package: Streams
|
// Package: Streams
|
||||||
|
Loading…
x
Reference in New Issue
Block a user