| Class | Nanite::CertificateCache |
| In: |
lib/nanite/security/certificate_cache.rb
|
| Parent: | Object |
Implements a simple LRU cache: items that are the least accessed are deleted first.
| DEFAULT_CACHE_MAX_COUNT | = | 100 | Max number of items to keep in memory |