Options for Flyweight instances.
Default options: Thread local storage, automatic reference counting.
Use global storage instead of thread local storage.
Don't count references.
See Implementation
Options for Flyweight instances.