minio/pkg/storage/drivers/memory
Harshavardhana f8a16dd22b Memory now evicts bucket if no more objects in memory struct
- To avoid race in expiration while accessing memory driver structs with
  in two competing write locks. Use lru Len() instead to know exact length
  to schedule for eviction.

- squash both bucket and object structs, instead use a separate map to keep
  mutable info of lastAccessTime which can be independently used inside the
  expiration routine.
2015-04-30 00:31:52 -07:00
..
lru Expirations are now based on last accessed instead of time created 2015-04-29 15:28:45 -07:00
memory_test.go Adding expiration 2015-04-29 13:02:21 -07:00
memory.go Memory now evicts bucket if no more objects in memory struct 2015-04-30 00:31:52 -07:00